aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/vm_mips.dasc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index fa53a554..962e9290 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -1619,13 +1619,6 @@ static void build_subroutines(BuildCtx *ctx)
1619 | 1619 |
1620 |//-- String library ----------------------------------------------------- 1620 |//-- String library -----------------------------------------------------
1621 | 1621 |
1622 |.ffunc_1 string_len
1623 | li AT, LJ_TSTR
1624 | bne CARG3, AT, ->fff_fallback
1625 |. nop
1626 | b ->fff_resi
1627 |. lw CRET1, STR:CARG1->len
1628 |
1629 |.ffunc string_byte // Only handle the 1-arg case here. 1622 |.ffunc string_byte // Only handle the 1-arg case here.
1630 | lw CARG3, HI(BASE) 1623 | lw CARG3, HI(BASE)
1631 | lw STR:CARG1, LO(BASE) 1624 | lw STR:CARG1, LO(BASE)