diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm_mips.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 7d69c7db..f45a5c49 100644 --- a/src/vm_mips.dasc +++ b/src/vm_mips.dasc | |||
@@ -2120,7 +2120,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
2120 | |2: | 2120 | |2: |
2121 | | addiu RC, MULTRES, -8 | 2121 | | addiu RC, MULTRES, -8 |
2122 | | jr AT | 2122 | | jr AT |
2123 | |. add RA, RA, BASE | 2123 | |. addu RA, RA, BASE |
2124 | | | 2124 | | |
2125 | |3: // Rethrow error from the right C frame. | 2125 | |3: // Rethrow error from the right C frame. |
2126 | | load_got lj_err_throw | 2126 | | load_got lj_err_throw |