Skip to content
Snippets Groups Projects
Commit 9fce86d8 authored by toy's avatar toy
Browse files

Added constants pseudo-atomic-value and

pseudo-atomic-interrupted-value for use in bootstrapping so these are
defined when we compile  the code for Sparc.
parent 4dc4f03b
No related branches found
No related tags found
No related merge requests found
;; For Sparc only, to make these constants available when building
;; from a release that didn't have these defined.
#+sparc
(in-package :vm)
#+sparc
(defconstant pseudo-atomic-value (ash 1 (1- vm:lowtag-bits)))
#+sparc
(defconstant pseudo-atomic-interrupted-value 1)
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