diff options
Diffstat (limited to '')
-rw-r--r-- | src/vm_ppc.dasc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index d76e3a7b..bff50c59 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc | |||
@@ -2281,14 +2281,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
2281 | |ffstring_case string_lower, 65 | 2281 | |ffstring_case string_lower, 65 |
2282 | |ffstring_case string_upper, 97 | 2282 | |ffstring_case string_upper, 97 |
2283 | | | 2283 | | |
2284 | |//-- Table library ------------------------------------------------------ | ||
2285 | | | ||
2286 | |.ffunc_1 table_getn | ||
2287 | | checktab CARG3; bne ->fff_fallback | ||
2288 | | bl extern lj_tab_len // (GCtab *t) | ||
2289 | | // Returns uint32_t (but less than 2^31). | ||
2290 | | b ->fff_resi | ||
2291 | | | ||
2292 | |//-- Bit library -------------------------------------------------------- | 2284 | |//-- Bit library -------------------------------------------------------- |
2293 | | | 2285 | | |
2294 | |.macro .ffunc_bit, name | 2286 | |.macro .ffunc_bit, name |