]> gitweb.factorcode.org Git - factor.git/commit
save the FP status out of the signal context and use it as part of the fp trap factor...
authorJoe Groff <arcata@gmail.com>
Mon, 14 Sep 2009 04:37:28 +0000 (23:37 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 14 Sep 2009 04:39:12 +0000 (23:39 -0500)
commitfb43ae2daf20c0dc1443663e1ad8e80a0c7b05a4
treee9b3e8dc5d729d8bfe1dc086382650766d653425
parent044139aa88f30cb00e4b4c051039f5f4ba4426ab
save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception
20 files changed:
basis/math/floats/env/ppc/ppc.factor
vm/cpu-ppc.hpp
vm/cpu-x86.hpp
vm/errors.cpp
vm/errors.hpp
vm/layouts.hpp
vm/mach_signal.cpp
vm/os-freebsd-x86.32.hpp
vm/os-freebsd-x86.64.hpp
vm/os-linux-x86.32.hpp
vm/os-linux-x86.64.hpp
vm/os-macosx-ppc.hpp
vm/os-macosx-x86.32.hpp
vm/os-macosx-x86.64.hpp
vm/os-netbsd-x86.32.hpp
vm/os-netbsd-x86.64.hpp
vm/os-openbsd-x86.32.hpp
vm/os-openbsd-x86.64.hpp
vm/os-unix.cpp
vm/os-windows-nt.cpp