[Git][ghc/ghc][master] typo
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Aug 16 13:01:42 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ffc9116e by Eric Lindblad at 2022-08-16T09:01:26-04:00
typo
- - - - -
1 changed file:
- rts/Interpreter.c
Changes:
=====================================
rts/Interpreter.c
=====================================
@@ -1875,7 +1875,7 @@ run_BCO:
int flags = BCO_NEXT;
bool interruptible = flags & 0x1;
bool unsafe_call = flags & 0x2;
- void(*marshall_fn)(void*) = (void (*)(void*))BCO_LIT(o_itbl);
+ void(*marshal_fn)(void*) = (void (*)(void*))BCO_LIT(o_itbl);
/* the stack looks like this:
@@ -1902,7 +1902,7 @@ run_BCO:
#define ROUND_UP_WDS(p) ((((StgWord)(p)) + sizeof(W_)-1)/sizeof(W_))
- ffi_cif *cif = (ffi_cif *)marshall_fn;
+ ffi_cif *cif = (ffi_cif *)marshal_fn;
uint32_t nargs = cif->nargs;
uint32_t ret_size;
uint32_t i;
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ffc9116e6223c0a90a51c05ff4b471b7f5af1b55
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ffc9116e6223c0a90a51c05ff4b471b7f5af1b55
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220816/5b756cf8/attachment-0001.html>
More information about the ghc-commits
mailing list