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

Fixed bug in get-type.

parent 3f36a370
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/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))))
......
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