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
3ad1ba14
Commit
3ad1ba14
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Completed previous fix.
parent
df124a81
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
assembly/mips/wrlist.lisp
+11
-3
11 additions, 3 deletions
assembly/mips/wrlist.lisp
with
11 additions
and
3 deletions
assembly/mips/wrlist.lisp
+
11
−
3
View file @
3ad1ba14
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.
2
1991/08/02 03:
37:19
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.
3
1991/08/02 03:
40:38
wlott Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -156,6 +156,12 @@
...
@@ -156,6 +156,12 @@
(
:temp
nl0
non-descriptor-reg
nl0-offset
)
(
:temp
nl0
non-descriptor-reg
nl0-offset
)
(
:temp
nl1
non-descriptor-reg
nl1-offset
)
(
:temp
nl1
non-descriptor-reg
nl1-offset
)
(
:temp
nl2
non-descriptor-reg
nl2-offset
)
(
:temp
nl3
non-descriptor-reg
nl3-offset
)
(
:temp
nl4
non-descriptor-reg
nl4-offset
)
(
:temp
nl5
non-descriptor-reg
nl5-offset
)
(
:temp
nargs
non-descriptor-reg
nargs-offset
)
(
:temp
a2
any-reg
a2-offset
)
(
:temp
a2
any-reg
a2-offset
)
(
:temp
a3
any-reg
a3-offset
)
(
:temp
a3
any-reg
a3-offset
)
(
:temp
a4
any-reg
a4-offset
)
(
:temp
a4
any-reg
a4-offset
)
...
@@ -209,7 +215,8 @@
...
@@ -209,7 +215,8 @@
;; Turn off pseudo-atomic.
;; Turn off pseudo-atomic.
(
end-pseudo-atomic
nl0
)
(
end-pseudo-atomic
nl0
)
;; Move the other non-descriptor regs into saved regs.
;; Move the non-descriptor regs into saved regs.
(
inst
move
l1
nl2
)
(
inst
move
l2
nl3
)
(
inst
move
l2
nl3
)
(
inst
move
l3
nl4
)
(
inst
move
l3
nl4
)
(
inst
move
nfp
nl5
)
(
inst
move
nfp
nl5
)
...
@@ -228,7 +235,8 @@
...
@@ -228,7 +235,8 @@
;; Deallocate the stack frame.
;; Deallocate the stack frame.
(
inst
addu
nsp-tn
nsp-tn
(
*
4
word-bytes
))
(
inst
addu
nsp-tn
nsp-tn
(
*
4
word-bytes
))
;; Restore the other non-descriptor regs.
;; Restore the non-descriptor regs.
(
inst
move
nl2
l1
)
(
inst
move
nl3
l2
)
(
inst
move
nl3
l2
)
(
inst
move
nl4
l3
)
(
inst
move
nl4
l3
)
(
inst
move
nl5
nfp
)
(
inst
move
nl5
nfp
)
...
...
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