Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
db99ef32
Commit
db99ef32
authored
Aug 30, 2010
by
rtoy
Browse files
Just add comment that we don't distinguish between SIGFPE between x87
and sse.
parent
9c6933df
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/x86-vm.lisp
View file @
db99ef32
...
...
@@ -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.3
8
2010/08/
28 00:09:37
rtoy
Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/x86-vm.lisp,v 1.3
9
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
))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment