commit | 14dd5a82ad85a28612bf86e755ff929d767cea4c | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Thu Apr 11 10:23:36 2013 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Thu Apr 11 11:22:36 2013 -0700 |
tree | 59643b02b8931887e6b00589e41af137ee13a149 | |
parent | 4b4d711852982716ac478288f210bb2a2f504589 [diff] [blame] |
Fix exception caught listeners and frame type for deopt. Change-Id: I5792ebe9a7772d068b6ec556b4fc27ddd44d7ca1
diff --git a/src/oat/runtime/mips/runtime_support_mips.S b/src/oat/runtime/mips/runtime_support_mips.S index 529fd0d..31b1846 100644 --- a/src/oat/runtime/mips/runtime_support_mips.S +++ b/src/oat/runtime/mips/runtime_support_mips.S
@@ -1030,7 +1030,7 @@ .extern artEnterInterpreterFromDeoptimize ENTRY art_quick_deoptimize GENERATE_GLOBAL_POINTER - SETUP_REF_ONLY_CALLEE_SAVE_FRAME + SETUP_SAVE_ALL_CALLEE_SAVE_FRAME move $a0, rSELF # pass Thread::current jal artDeoptimize # artDeoptimize(Thread*, SP) # Returns caller method's frame size.