Skip to content
Snippets Groups Projects
Commit 7d960168 authored by cwang's avatar cwang
Browse files

set lisp::*pseudo-atomic-atomic* to 0

parent cbe849cd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.74 2004/06/01 23:12:33 cwang Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.75 2004/10/19 20:13:30 cwang Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -465,7 +465,7 @@ ...@@ -465,7 +465,7 @@
(set-floating-point-modes :traps (set-floating-point-modes :traps
'(:overflow :invalid :divide-by-zero)) '(:overflow :invalid :divide-by-zero))
;; Clear pseudo atomic in case this core wasn't compiled with support. ;; Clear pseudo atomic in case this core wasn't compiled with support.
#+x86 (setf lisp::*pseudo-atomic-atomic* 0)))) #+(or x86 amd64) (setf lisp::*pseudo-atomic-atomic* 0))))
;;;; Miscellaneous external functions: ;;;; Miscellaneous external functions:
......
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