summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips/portable_entrypoints_mips.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/mips/portable_entrypoints_mips.S')
-rw-r--r--runtime/arch/mips/portable_entrypoints_mips.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/mips/portable_entrypoints_mips.S b/runtime/arch/mips/portable_entrypoints_mips.S
index d7e7a8e96b..8d418e8dd1 100644
--- a/runtime/arch/mips/portable_entrypoints_mips.S
+++ b/runtime/arch/mips/portable_entrypoints_mips.S
@@ -98,7 +98,7 @@ ENTRY art_portable_invoke_stub
lw $a1, 4($sp) # copy arg value for a1
lw $a2, 8($sp) # copy arg value for a2
lw $a3, 12($sp) # copy arg value for a3
- lw $t9, MIRROR_ART_METHOD_PORTABLE_CODE_OFFSET($a0) # get pointer to the code
+ lw $t9, MIRROR_ART_METHOD_PORTABLE_CODE_OFFSET_32($a0) # get pointer to the code
jalr $t9 # call the method
sw $zero, 0($sp) # store NULL for method* at bottom of frame
move $sp, $fp # restore the stack