From 9fce86d800dd33f6beae7c66013e70b9d61d5e20 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Thu, 9 Oct 2003 19:01:57 +0000 Subject: [PATCH] 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. --- bootfiles/18e/boot19.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootfiles/18e/boot19.lisp diff --git a/bootfiles/18e/boot19.lisp b/bootfiles/18e/boot19.lisp new file mode 100644 index 000000000..b307d258f --- /dev/null +++ b/bootfiles/18e/boot19.lisp @@ -0,0 +1,9 @@ +;; 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) -- GitLab