* src/vm/jit/executionstate.c (executionstate_unwind_exception): Added generic
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 4 Nov 2009 17:47:29 +0000 (18:47 +0100)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 4 Nov 2009 17:47:29 +0000 (18:47 +0100)
commitf9e953ab77d67e0b74b9f2165f8d829f2b020974
treefaa5c187257e165467bb5db0199f623a092b0551
parent99ad448b6eb0930ea46afdec5b77f8fdf6e8664e
* src/vm/jit/executionstate.c (executionstate_unwind_exception): Added generic
function to perform stack unwinding on all architectures. This will become the
replacement for asm_handle_exception on all architectures soon.
* src/vm/jit/executionstate.h: Likewise.
* src/vm/jit/trap.cpp (trap_handle): Activated above function for x86_64.
src/vm/jit/executionstate.c
src/vm/jit/executionstate.h
src/vm/jit/trap.cpp