OSDN Git Service

Typo in comment in MIPS32 mterp.
authorRoland Levillain <rpl@google.com>
Fri, 4 Mar 2016 15:55:51 +0000 (15:55 +0000)
committerRoland Levillain <rpl@google.com>
Fri, 4 Mar 2016 15:55:51 +0000 (15:55 +0000)
Change-Id: I2a54b94a5a4451e085ecc575db1742a4478839a6

runtime/interpreter/mterp/mips/binop.S

index ce09da4..66627e2 100644 (file)
@@ -7,8 +7,8 @@
      *
      * If "chkzero" is set to 1, we perform a divide-by-zero check on
      * vCC (a1).  Useful for integer division and modulus.  Note that we
-     * *don't* check for (INT_MIN / -1) here, because the ARM math lib
-     * handles it correctly.
+     * *don't* check for (INT_MIN / -1) here, because the CPU handles it
+     * correctly.
      *
      * For: add-int, sub-int, mul-int, div-int, rem-int, and-int, or-int,
      *      xor-int, shl-int, shr-int, ushr-int