diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp index cc46e9f5f9bf14f4d30255b5173ca2529eef41e2..8041efd12626d66c661824e7c09751db546b6022 100644 --- a/compiler/mips/system.lisp +++ b/compiler/mips/system.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.13 1990/05/13 21:49:29 ch Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.14 1990/05/14 02:00:23 wlott Exp $ ;;; ;;; MIPS VM definitions of various system hacking operations. ;;; @@ -89,7 +89,8 @@ (inst and ndescr object vm:type-mask) (emit-label other-ptr) - (load-type ndescr object) + (load-type ndescr object (- vm:other-pointer-type)) + (inst nop) (emit-label shift) (inst sll result ndescr 2))))