Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
49d13a9a
Commit
49d13a9a
authored
Sep 12, 2015
by
Jon Boone
Browse files
Options
Downloads
Patches
Plain Diff
corrected typo -- NL1 is the pointer to the control-stack, not NL0
parent
3330b7f9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lisp/arm-assem.S
+1
-1
1 addition, 1 deletion
src/lisp/arm-assem.S
with
1 addition
and
1 deletion
src/lisp/arm-assem.S
+
1
−
1
View file @
49d13a9a
...
...
@@ -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_NL
0
mov
reg_CFP
,
reg_NL
1
/
*
Pass
in
the
arguments
*/
mov
reg_LEXENV
,
reg_NL0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment