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
24d6086c
Commit
24d6086c
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed closure-index-ref to expect function-pointer-type things as
apposed to other-pointer-type things.
parent
7d67e4a6
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/cell.lisp
+2
-2
2 additions, 2 deletions
compiler/mips/cell.lisp
with
2 additions
and
2 deletions
compiler/mips/cell.lisp
+
2
−
2
View file @
24d6086c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.3
8
1990/07/
04 21
:0
4
:3
9
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.3
9
1990/07/
13 12
:0
0
:3
6
wlott Exp $
;;;
;;;
;;; This file contains the VM definition of various primitive memory access
;;; This file contains the VM definition of various primitive memory access
;;; VOPs for the MIPS.
;;; VOPs for the MIPS.
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
;;;; Closure indexing.
;;;; Closure indexing.
(
define-vop
(
closure-index-ref
word-index-ref
)
(
define-vop
(
closure-index-ref
word-index-ref
)
(
:variant
vm:closure-info-offset
vm:
other
-pointer-type
)
(
:variant
vm:closure-info-offset
vm:
function
-pointer-type
)
(
:translate
%closure-index-ref
))
(
:translate
%closure-index-ref
))
...
...
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