Skip to content

Commit 59a521e

Browse files
committed
Missing register defn.
1 parent d44a4bb commit 59a521e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ziggy/src/compile-ops.rkt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{:> F} (define r8 'r8) {:> F} ; scratch in op2
1111
{:> D0} (define r9 'r9) {:> E0} ; scratch
1212
{:> F} (define r15 'r15) {:> F} ; stack pad (non-volatile)
13+
{:> F} (define rsp 'rsp) {:> F} ; stack
1314

1415
{:> E0} ;; Op0 -> Asm
1516
{:> E0}

0 commit comments

Comments
 (0)