diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp index 35dd53efd17821c236667ebe29de5275fc0d841f..961774e056112f20428e94cbb8d10af8d503ff99 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.6 1990/03/12 23:40:55 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.7 1990/03/19 17:36:57 wlott Exp $ ;;; ;;; MIPS VM definitions of various system hacking operations. ;;; @@ -94,13 +94,6 @@ -(define-vop (current-sp) - (:results (val :scs (any-reg descriptor-reg))) - (:generator 1 - (move val csp-tn))) - - - (define-vop (halt) (:generator 1 (inst break vm:halt-trap)))