* src/vm/jit/executionstate.c (executionstate_pop_stackframe): Moved here from
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 4 Nov 2009 17:32:33 +0000 (18:32 +0100)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Wed, 4 Nov 2009 17:32:33 +0000 (18:32 +0100)
commit99ad448b6eb0930ea46afdec5b77f8fdf6e8664e
treea0b5e0fed22ecb220f33444988d0355a7476a6db
parente2829c5d57a6b7b804328f0d01c1b6889654da46
* src/vm/jit/executionstate.c (executionstate_pop_stackframe): Moved here from
replacement, was previously called md_pop_stackframe. This is needed for stack
unwinding in C, so this is the right place to put it.
* src/vm/jit/executionstate.h: Added prototype for above function.
* src/vm/jit/replace.cpp: See above.
src/vm/jit/executionstate.c
src/vm/jit/executionstate.h
src/vm/jit/replace.cpp