From a561ceaa06e755bb9ac321fc18638461e7cab130 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 27 Aug 1993 14:35:08 +0000 Subject: [PATCH] Changed exception stuff back to signal stuff in mutators. --- compiler/mips/cell.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp index ad556bd89..711b75d9e 100644 --- a/compiler/mips/cell.lisp +++ b/compiler/mips/cell.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.74 1993/06/12 20:35:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.75 1993/08/27 14:35:08 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -387,8 +387,8 @@ (:variant ,offset))))))))) (define-mutator-accessors thread :des t) -(define-mutator-accessors suspends-disabled-count :ub32 t) -(define-mutator-accessors suspend-pending :ub32 t) +(define-mutator-accessors interrupts-enabled :ub32 t) +(define-mutator-accessors interrupt-pending :ub32 t) (define-mutator-accessors control-stack-base :sap nil) (define-mutator-accessors control-stack-end :sap nil) (define-mutator-accessors current-unwind-protect :sap nil) -- GitLab