From 9cd3f69bc49989be967092a9ea06ebea0dfbf9f5 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 2 Jan 1992 22:49:20 +0000
Subject: [PATCH] Made sigcontext-floating-point-modes always return 0 (instead
 of getting a read error.)

---
 code/rt-vm.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/code/rt-vm.lisp b/code/rt-vm.lisp
index 6f4dd5839..3327d8de0 100644
--- a/code/rt-vm.lisp
+++ b/code/rt-vm.lisp
@@ -7,12 +7,10 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (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.
 ;;;
 (in-package "RT")
@@ -101,6 +99,8 @@
 ;;; same format as returned by FLOATING-POINT-MODES.
 ;;;
 (defun sigcontext-floating-point-modes (scp)
+  0
+  #+nil
   (alien-bind ((sc (make-alien 'mach:sigcontext
 					     #.(ext:c-sizeof 'mach:sigcontext)
 					     scp)
-- 
GitLab