diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index 2aa128844e6950d38b73d363b6156b391673f798..341a754aafdd2d360a0d680bf19f40b3f6a15f03 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-vops.lisp
@@ -7,11 +7,11 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.26 1991/02/20 15:15:19 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.27 1991/04/19 16:27:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.26 1991/02/20 15:15:19 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.27 1991/04/19 16:27:16 ram Exp $
 ;;; 
 ;;; This file contains the VM definition of type testing and checking VOPs
 ;;; for the RT.
@@ -144,6 +144,8 @@
       (inst bne temp zero-tn err-lab)
       (move result value t))))
 
+(primitive-type-vop check-fixnum (:check) fixnum)
+
 (define-vop (fixnump simple-type-predicate)
   (:ignore type-code)
   (:translate ext:fixnump)