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

Use the real structurep, etc.

parent 76695dd9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.3 1990/12/17 19:35:36 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.4 1991/01/09 02:11:51 wlott Exp $
;;; ;;;
;;; This file contains the VM definition of type testing and checking VOPs ;;; This file contains the VM definition of type testing and checking VOPs
;;; for the SPARC. ;;; for the SPARC.
...@@ -84,12 +84,8 @@ ...@@ -84,12 +84,8 @@
(move result value))) (move result value)))
(primitive-type-vop check-list (:check) list) (primitive-type-vop check-list (:check) list)
#+nil ;; ### Only after we have real structures.
(def-type-vops structurep check-structure structure (def-type-vops structurep check-structure structure
object-not-structure vm:structure-pointer-type) object-not-structure-error vm:structure-pointer-type)
(def-type-vops structurep check-structure structure
object-not-structure-error vm:structure-header-type))
(def-type-vops bignump check-bigunm bignum (def-type-vops bignump check-bigunm bignum
object-not-bignum-error vm:bignum-type) object-not-bignum-error vm:bignum-type)
......
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