aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/vm_mips.dasc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index 91de4b5c..1cb94785 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -2520,9 +2520,8 @@ static void build_subroutines(BuildCtx *ctx)
2520 |. addu RA, RA, BASE 2520 |. addu RA, RA, BASE
2521 | 2521 |
2522 |9: // Rethrow error from the right C frame. 2522 |9: // Rethrow error from the right C frame.
2523 | load_got lj_err_throw 2523 | load_got lj_err_run
2524 | negu CARG2, CRET1 2524 | call_intern lj_err_run // (lua_State *L)
2525 | call_intern lj_err_throw // (lua_State *L, int errcode)
2526 |. move CARG1, L 2525 |. move CARG1, L
2527 |.endif 2526 |.endif
2528 | 2527 |