aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 3f9c98c1..5a8d3d48 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -341,7 +341,7 @@ static void build_subroutines(BuildCtx *ctx)
341 | xori AT, TMP0, FRAME_C 341 | xori AT, TMP0, FRAME_C
342 | and TMP2, PC, TMP2 342 | and TMP2, PC, TMP2
343 | bnez AT, ->vm_returnp 343 | bnez AT, ->vm_returnp
344 | subu TMP2, BASE, TMP2 // TMP2 = previous base. 344 |. subu TMP2, BASE, TMP2 // TMP2 = previous base.
345 | 345 |
346 | addiu TMP1, RD, -8 346 | addiu TMP1, RD, -8
347 | sw TMP2, L->base 347 | sw TMP2, L->base