aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips64.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_mips64.dasc')
-rw-r--r--src/vm_mips64.dasc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vm_mips64.dasc b/src/vm_mips64.dasc
index 71acf9ed..8e71f362 100644
--- a/src/vm_mips64.dasc
+++ b/src/vm_mips64.dasc
@@ -2622,9 +2622,8 @@ static void build_subroutines(BuildCtx *ctx)
2622 |. daddu RA, RA, BASE 2622 |. daddu RA, RA, BASE
2623 | 2623 |
2624 |9: // Rethrow error from the right C frame. 2624 |9: // Rethrow error from the right C frame.
2625 | load_got lj_err_throw 2625 | load_got lj_err_run
2626 | negu CARG2, CRET1 2626 | call_intern lj_err_run // (lua_State *L)
2627 | call_intern lj_err_throw // (lua_State *L, int errcode)
2628 |. move CARG1, L 2627 |. move CARG1, L
2629 |.endif 2628 |.endif
2630 | 2629 |