Skip to content
Snippets Groups Projects
Commit 49d13a9a authored by Jon Boone's avatar Jon Boone
Browse files

corrected typo -- NL1 is the pointer to the control-stack, not NL0

parent 3330b7f9
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@ GFUNCDEF(call_into_lisp)
/* Check if we were interrupted. (Not implemented yet.) */
/* setup up the current frame */
mov reg_CFP, reg_NL0
mov reg_CFP, reg_NL1
/* Pass in the arguments */
mov reg_LEXENV, reg_NL0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment