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

Just add comment that we don't distinguish between SIGFPE between x87

and sse.
parent 9c6933df
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/x86-vm.lisp,v 1.38 2010/08/28 00:09:37 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/x86-vm.lisp,v 1.39 2010/08/30 20:01:15 rtoy Rel $")
;;;
;;; **********************************************************************
;;;
......@@ -652,6 +652,9 @@
(ignore modes))
;; From the offending FP instruction, get the operation and
;; operands, if we can.
;;
;; FIXME: How do we distinguish between an exception caused by SSE2
;; and one caused by x87?
(multiple-value-bind (fop dst src)
(get-fp-operation scp)
(values fop (list dst src))))
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