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