Skip to content
Snippets Groups Projects
Commit 4883c060 authored by dtc's avatar dtc
Browse files

From Raymond Toy:

o Added constant for pseudo-atomic-trap number.
parent 9c296d89
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.29 2000/10/27 19:33:21 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.30 2000/12/05 03:07:23 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -261,3 +261,7 @@
;;; The number of bits per element in the assemblers code vector.
;;;
(defparameter *assembly-unit-length* 8)
;;;; Pseudo-atomic trap number
(defconstant pseudo-atomic-trap 16)
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