commit | 4aac9e12b33bdefaedcfbeabf479e27b68ac2a85 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Sat Mar 30 23:43:19 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Sat Mar 30 23:43:19 2013 -0700 |
tree | 7128d1856fd40b54c94e6a46f501f197a321316a | |
parent | bf393efe476801b7f27fe6aa47691e3305552e9e [diff] |
Fix typo in runtime_support_mips.S causing build error with jb-mr2 toolchain Change-Id: Ic8efd43b0232a04de9944eecba8a8b8e981f6768
diff --git a/src/oat/runtime/mips/runtime_support_mips.S b/src/oat/runtime/mips/runtime_support_mips.S index c8f0809..a4d3e9c 100644 --- a/src/oat/runtime/mips/runtime_support_mips.S +++ b/src/oat/runtime/mips/runtime_support_mips.S
@@ -1022,7 +1022,7 @@ jr $t0 # return addiu $sp, $sp, 16 .cfi_adjust_cfa_offset -16 -END art_quickInstrumentation_exit_from_code +END art_quick_instrumentation_exit_from_code /* * The thread's enter interpreter flag is set and so we should transition to the interpreter