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

typo

parent 23f427a7
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/mips/alloc.lisp,v 1.5 1990/05/25 12:24:49 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.6 1990/05/25 20:03:03 wlott Exp $
;;;
;;; Allocation VOPs for the MIPS port.
;;;
......@@ -89,7 +89,7 @@
(inst srl unboxed unboxed-arg vm:word-shift)
(inst addu unboxed unboxed vm:lowtag-mask)
(inst and unboxed ndescr)
(pseudo-atomic (ndesrc)
(pseudo-atomic (ndescr)
(inst addu result alloc-tn vm:other-pointer-type)
(inst addu alloc-tn boxed)
(inst addu alloc-tn unboxed)
......
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