We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0415e7 commit 0896430Copy full SHA for 0896430
ziggy/src/compile.rkt
@@ -22,9 +22,9 @@
22
{:> E0} (Extern 'write_byte)
23
{:> E1} (Extern 'raise_error)
24
(Label 'entry)
25
- {:> E0 H0} (Sub rsp 8)
26
- {:> A H0} (compile-e e)
27
- {:> E0 H0} (Add rsp 8)
+ {:> E0 F} (Sub rsp 8)
+ {:> A F} (compile-e e)
+ {:> E0 F} (Add rsp 8)
28
{:> F} (Push r15) {:> F} ; save callee-saved register
29
{:> H0} (Push rbx)
30
{:> H0} (Mov rbx rdi) {:> H0} ; recv heap pointer
0 commit comments