Skip to content
Snippets Groups Projects
Commit 2b1fb181 authored by rtoy's avatar rtoy
Browse files

Fix warning: :precision-control isn't used, except on x86.

parent e01fc306
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float-trap.lisp,v 1.25 2004/07/25 19:32:37 pmai Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float-trap.lisp,v 1.26 2005/11/09 18:26:25 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -104,6 +104,8 @@
GET-FLOATING-POINT-MODES may be used to find the floating point modes
currently in effect."
#-x86
(declare (ignore precision-control))
(let ((modes (floating-point-modes)))
(when traps-p
(setf (ldb float-traps-byte modes) (float-trap-mask traps)))
......
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