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

Export halt-trap.

parent c15f6a9f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.24 1990/03/06 19:39:38 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.25 1990/03/06 22:08:10 wlott Exp $
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so
......@@ -42,10 +42,10 @@
closure-function-header-type return-pc-header-type
closure-header-type value-cell-header-type symbol-header-type
base-character-type sap-type unbound-marker-type atomic-flag
interrupted-flag pending-interrupt-trap error-trap cerror-trap
fixnum static-symbols static-symbol-offset offset-static-symbol
static-symbol-p
*assembly-unit-length* target-fasl-code-format vm-version))
interrupted-flag halt-trap pending-interrupt-trap error-trap
cerror-trap fixnum static-symbols static-symbol-offset
offset-static-symbol static-symbol-p *assembly-unit-length*
target-fasl-code-format vm-version))
(eval-when (compile load eval)
......
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