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

typo.

parent 2612a321
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.4 1991/03/22 14:01:01 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.5 1991/03/22 14:03:47 wlott Exp $
;;;
;;; MIPS VM definitions of various system hacking operations.
;;;
......@@ -229,7 +229,7 @@
(define-vop (code-instructions)
(:translate code-instructions)
(:policy fast-safe)
(:policy :fast-safe)
(:args (code :scs (descriptor-reg)))
(:temporary (:scs (non-descriptor-reg)) ndescr)
(:results (sap :scs (sap-reg)))
......
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