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
cbc3a659
Commit
cbc3a659
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Added MUTATOR-SELF.
parent
bb679eef
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/generic/vm-fndb.lisp
+11
-3
11 additions, 3 deletions
compiler/generic/vm-fndb.lisp
with
11 additions
and
3 deletions
compiler/generic/vm-fndb.lisp
+
11
−
3
View file @
cbc3a659
...
...
@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.
39
1991/0
7/22 19:22:34
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.
40
1991/0
8/01 10:44:03
wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.
39
1991/0
7/22 19:22:34
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.
40
1991/0
8/01 10:44:03
wlott Exp $
;;;
;;; This file defines the machine specific function signatures.
;;;
...
...
@@ -35,7 +35,9 @@
32bit-logical-or
32bit-logical-nor
32bit-logical-xor
32bit-logical-eqv
32bit-logical-andc1
32bit-logical-andc2
32bit-logical-orc1
32bit-logical-orc2
))
32bit-logical-orc1
32bit-logical-orc2
mutator-self
))
(
in-package
"C"
)
...
...
@@ -265,6 +267,12 @@
(
defknown
code-header-set
(
t
index
t
)
t
())
;;;; Mutator accessors.
(
defknown
mutator-self
()
system-area-pointer
(
flushable
movable
))
;;;; Automatic defknowns for primitive objects.
...
...
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