commit | c1fcdf1ec5a8c5ffaf9e857ea81ac7358d1df7f5 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Thu Apr 11 13:34:01 2013 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Thu Apr 11 13:34:01 2013 -0700 |
tree | 3046370338835ae85379af896578f472b2012b58 | |
parent | 14dd5a82ad85a28612bf86e755ff929d767cea4c [diff] |
Fix frame type for deopt entry for x86. Change-Id: I73e42264436e70427e9f85edff89809807ee9891
diff --git a/src/oat/runtime/x86/runtime_support_x86.S b/src/oat/runtime/x86/runtime_support_x86.S index 4900b84..3ca42d1 100644 --- a/src/oat/runtime/x86/runtime_support_x86.S +++ b/src/oat/runtime/x86/runtime_support_x86.S
@@ -1042,7 +1042,7 @@ */ DEFINE_FUNCTION art_quick_deoptimize pushl %ebx // Fake that we were called. - SETUP_REF_ONLY_CALLEE_SAVE_FRAME + SETUP_SAVE_ALL_CALLEE_SAVE_FRAME mov %esp, %ecx // Remember SP. subl LITERAL(8), %esp // Align stack. .cfi_adjust_cfa_offset 8