OSDN Git Service

Fix typo bug for Mips32.
authorDouglas Leung <douglas.leung@imgtec.com>
Wed, 17 Dec 2014 04:15:41 +0000 (20:15 -0800)
committerDouglas Leung <douglas.leung@imgtec.com>
Wed, 17 Dec 2014 04:16:31 +0000 (20:16 -0800)
Change-Id: I429038ee6748d538fa03da819777f3456a4fd9a5

runtime/arch/mips/quick_entrypoints_mips.S

index fb79238..a0fc6d2 100644 (file)
@@ -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)