aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/vm_mips.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index f3248125..952cc192 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -399,7 +399,7 @@ static void build_subroutines(BuildCtx *ctx)
399 | xori AT, TMP0, FRAME_C 399 | xori AT, TMP0, FRAME_C
400 | and TMP2, PC, TMP2 400 | and TMP2, PC, TMP2
401 | bnez AT, ->vm_returnp 401 | bnez AT, ->vm_returnp
402 | subu TMP2, BASE, TMP2 // TMP2 = previous base. 402 |. subu TMP2, BASE, TMP2 // TMP2 = previous base.
403 | 403 |
404 | addiu TMP1, RD, -8 404 | addiu TMP1, RD, -8
405 | sw TMP2, L->base 405 | sw TMP2, L->base