diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/oat/runtime/mips/runtime_support_mips.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oat/runtime/mips/runtime_support_mips.S b/src/oat/runtime/mips/runtime_support_mips.S index c8f0809df3..a4d3e9c362 100644 --- a/src/oat/runtime/mips/runtime_support_mips.S +++ b/src/oat/runtime/mips/runtime_support_mips.S @@ -1022,7 +1022,7 @@ art_quick_instrumentation_exit_from_code: 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 |