]> gitweb.factorcode.org Git - factor.git/commit
vm: move dispatch_signal_handler to cpu-x86.cpp
authorJoe Groff <arcata@gmail.com>
Wed, 26 Oct 2011 23:22:42 +0000 (16:22 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 28 Oct 2011 04:18:20 +0000 (21:18 -0700)
commit5d59faa7d1180b8752faacac560807c541e7a133
tree972efcd6c137d87510f785c9b1a96fc9f42540cb
parenta6b80f3efa3389cec1e726a3f98ddfa1f13d2746
vm: move dispatch_signal_handler to cpu-x86.cpp
The new signal handler dispatch is logic is CISC-centric; defer fixing it until we find someone who cares
vm/Config.x86.32
vm/Config.x86.64
vm/callstack.cpp
vm/cpu-x86.cpp [new file with mode: 0644]
vm/mach_signal.cpp
vm/mvm-unix.cpp
vm/os-unix.cpp
vm/vm.hpp