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

This should work better now for building on Sparc and non-sparc

platforms.
parent 29bd4a80
No related branches found
No related tags found
No related merge requests found
;; Bootstrap the pseudo-atomic trap genesis change to put
;; trap_PseudoAtomic into internals.h.
#+sparc
(progn
(load "target:code/exports.lisp")
(in-package :sparc)
(defconstant pseudo-atomic-trap 16))
(load "target:code/exports.lisp")
#+sparc
(in-package :sparc)
#+sparc
(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