Skip to content
Snippets Groups Projects
Commit f4a8e79e authored by wlott's avatar wlott
Browse files

Closure-init should be named closure-init, not closure-set.

parent 6ebb5ca6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.13 1992/12/16 14:49:50 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.14 1992/12/16 20:27:10 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -221,7 +221,7 @@
(define-vop (closure-ref slot-ref)
(:variant closure-info-offset function-pointer-type))
(define-vop (closure-set slot-set)
(define-vop (closure-init slot-set)
(:variant closure-info-offset function-pointer-type))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment