Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
d538fdfd
Commit
d538fdfd
authored
21 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo. Control stack grows up, not down!
parent
c197af2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/sparc-validate.h
+2
-2
2 additions, 2 deletions
lisp/sparc-validate.h
with
2 additions
and
2 deletions
lisp/sparc-validate.h
+
2
−
2
View file @
d538fdfd
/*
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-validate.h,v 1.1
2
2003/0
8
/1
5
1
8:35:36
toy Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-validate.h,v 1.1
3
2003/0
9
/1
6
1
7:12:52
toy Exp $
This code was written as part of the CMU Common Lisp project at
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
Carnegie Mellon University, and has been placed in the public domain.
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
* 0x10000000->0x20000000 256M Read-Only Space.
* 0x10000000->0x20000000 256M Read-Only Space.
* 0x20000000->0x28000000 128M Binding stack growing up.
* 0x20000000->0x28000000 128M Binding stack growing up.
* 0x28000000->0x38000000 256M Static Space.
* 0x28000000->0x38000000 256M Static Space.
* 0x38000000->0x40000000 128M Control stack growing
down
.
* 0x38000000->0x40000000 128M Control stack growing
up
.
* 0x40000000->0x80000000 1024M Dynamic space 1
* 0x40000000->0x80000000 1024M Dynamic space 1
* 0x80000000->0xc0000000 1024M Dynamic space 2
* 0x80000000->0xc0000000 1024M Dynamic space 2
* 0xc0000000->0xffffffff 1024M C stack, dynamic libs, etc.
* 0xc0000000->0xffffffff 1024M C stack, dynamic libs, etc.
...
...
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
register
or
sign in
to comment