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
5023ea32
Commit
5023ea32
authored
35 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed ENV-OFFSET to LEXENV-OFFSET.
parent
cc3f122a
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
compiler/mips/vm.lisp
+3
-3
3 additions, 3 deletions
compiler/mips/vm.lisp
with
3 additions
and
3 deletions
compiler/mips/vm.lisp
+
3
−
3
View file @
5023ea32
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.
3
1990/02/0
2 21:42:57
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.
4
1990/02/0
3 13:06:38
wlott Exp $
;;;
;;;
;;; This file contains the VM definition for the MIPS R2000 and the new
;;; This file contains the VM definition for the MIPS R2000 and the new
;;; object format.
;;; object format.
...
@@ -430,7 +430,7 @@
...
@@ -430,7 +430,7 @@
;;;
;;;
;;; Offset of special registers used during calls
;;; Offset of special registers used during calls
(
defconstant
lra-offset
23
)
(
defconstant
lra-offset
23
)
(
defconstant
env-offset
13
)
(
defconstant
lex
env-offset
13
)
(
defconstant
argument-pointer-offset
22
)
(
defconstant
argument-pointer-offset
22
)
(
defconstant
argument-count-offset
7
)
(
defconstant
argument-count-offset
7
)
(
defconstant
old-cont-offset
14
)
(
defconstant
old-cont-offset
14
)
...
@@ -440,7 +440,7 @@
...
@@ -440,7 +440,7 @@
;;; Offsets of special stack frame locations
;;; Offsets of special stack frame locations
(
defconstant
old-cont-save-offset
0
)
(
defconstant
old-cont-save-offset
0
)
(
defconstant
lra-save-offset
1
)
(
defconstant
lra-save-offset
1
)
(
defconstant
env-save-offset
2
)
)
(
defconstant
lex
env-save-offset
2
)
)
; Eval-When (Compile Load Eval)
)
; Eval-When (Compile Load Eval)
...
...
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