diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp index 378190af1198186a0d5e875b65b7b3cd71a230c6..7364f666cfdae042f37142cc8d88ba6344ead258 100644 --- a/compiler/mips/alloc.lisp +++ b/compiler/mips/alloc.lisp @@ -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)