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
50c7bb8f
Commit
50c7bb8f
authored
35 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Removed duplicate definition of register names.
parent
e941cd45
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/parms.lisp
+1
-4
1 addition, 4 deletions
compiler/mips/parms.lisp
with
1 addition
and
4 deletions
compiler/mips/parms.lisp
+
1
−
4
View file @
50c7bb8f
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.
3
1990/02/14 21:
10
:3
7
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.
4
1990/02/14 21:
53
:3
9
wlott Exp $
;;;
;;; This file contains some parameterizations of various VM attributes for
;;; the MIPS. This file is separate from other stuff so that it can be compiled
...
...
@@ -77,9 +77,6 @@
"The byte order of the target machine. :big-endian has the MSB first (RT)
and :little-endian has the MSB last (VAX)."
)
(
defconstant
register-names
'#(
ZERO
NL0
NL1
NL2
NL3
NL4
NL5
NL6/NARGS
L0
L1
L2
L3
L4
L5
L6
L7
A0
A1
A2
A3
A4
A5
ENV
LRA
BSP
CSP
K0
K1
NULL
NSP
CODE
CONT
))
;;;; Type definitions:
...
...
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