From 9bd43f549dd61c7d085e7b2820b6855bb2148ed0 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 19 Mar 1990 17:36:57 +0000 Subject: [PATCH] Nuked current-sp, cause it is no different from current-stack-pointer. --- compiler/mips/system.lisp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp index 35dd53efd..961774e05 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))) -- GitLab