aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_mips.dasc')
-rw-r--r--src/vm_mips.dasc12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc
index 6db5801f..5808e182 100644
--- a/src/vm_mips.dasc
+++ b/src/vm_mips.dasc
@@ -1812,18 +1812,6 @@ static void build_subroutines(BuildCtx *ctx)
1812 |ffstring_case string_lower, 65 1812 |ffstring_case string_lower, 65
1813 |ffstring_case string_upper, 97 1813 |ffstring_case string_upper, 97
1814 | 1814 |
1815 |//-- Table library ------------------------------------------------------
1816 |
1817 |.ffunc_1 table_getn
1818 | li AT, LJ_TTAB
1819 | bne CARG3, AT, ->fff_fallback
1820 |. load_got lj_tab_len
1821 | call_intern lj_tab_len // (GCtab *t)
1822 |. nop
1823 | // Returns uint32_t (but less than 2^31).
1824 | b ->fff_resi
1825 |. nop
1826 |
1827 |//-- Bit library -------------------------------------------------------- 1815 |//-- Bit library --------------------------------------------------------
1828 | 1816 |
1829 |.macro .ffunc_bit, name 1817 |.macro .ffunc_bit, name