Skip to content
Snippets Groups Projects
Commit 9cd3f69b authored by ram's avatar ram
Browse files

Made sigcontext-floating-point-modes always return 0 (instead of getting

a read error.)
parent fcf049d1
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,10 @@ ...@@ -7,12 +7,10 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-vm.lisp,v 1.3 1991/04/28 20:13:53 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-vm.lisp,v 1.4 1992/01/02 22:49:20 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-vm.lisp,v 1.3 1991/04/28 20:13:53 wlott Exp $
;;;
;;; This file contains the RT specific runtime stuff. ;;; This file contains the RT specific runtime stuff.
;;; ;;;
(in-package "RT") (in-package "RT")
...@@ -101,6 +99,8 @@ ...@@ -101,6 +99,8 @@
;;; same format as returned by FLOATING-POINT-MODES. ;;; same format as returned by FLOATING-POINT-MODES.
;;; ;;;
(defun sigcontext-floating-point-modes (scp) (defun sigcontext-floating-point-modes (scp)
0
#+nil
(alien-bind ((sc (make-alien 'mach:sigcontext (alien-bind ((sc (make-alien 'mach:sigcontext
#.(ext:c-sizeof 'mach:sigcontext) #.(ext:c-sizeof 'mach:sigcontext)
scp) scp)
......
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