From 475cfd8ff9dcc73d1a7502c9310efe0f1a30337f Mon Sep 17 00:00:00 2001 From: Douglas Leung Date: Tue, 16 Dec 2014 20:15:41 -0800 Subject: [PATCH] Fix typo bug for Mips32. Change-Id: I429038ee6748d538fa03da819777f3456a4fd9a5 --- runtime/arch/mips/quick_entrypoints_mips.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/arch/mips/quick_entrypoints_mips.S b/runtime/arch/mips/quick_entrypoints_mips.S index fb792389e..a0fc6d2f9 100644 --- a/runtime/arch/mips/quick_entrypoints_mips.S +++ b/runtime/arch/mips/quick_entrypoints_mips.S @@ -1313,7 +1313,7 @@ ENTRY_NO_GP art_quick_shr_long sll $a1, 1 sll $a1, $a0 # ahi<- ahi << (32-(shift&31)) andi $a2, 0x20 # shift & 0x20 - beqz $s2, 1f + beqz $a2, 1f or $v0, $a1 # rlo<- rlo | ahi move $v0, $v1 # rlo<- rhi (if shift&0x20) -- 2.11.0