Browse Source

MIPS: Cosmetic fix for interpreter.

Mike Pall 11 years ago
parent
commit
ca67c89f20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/vm_mips.dasc

+ 1 - 1
src/vm_mips.dasc

@@ -2155,7 +2155,7 @@ static void build_subroutines(BuildCtx *ctx)
   |2:
   |2:
   |  addiu RC, MULTRES, -8
   |  addiu RC, MULTRES, -8
   |  jr AT
   |  jr AT
-  |.  add RA, RA, BASE
+  |.  addu RA, RA, BASE
   |
   |
   |3:  // Rethrow error from the right C frame.
   |3:  // Rethrow error from the right C frame.
   |  load_got lj_err_throw
   |  load_got lj_err_throw