diff options
Diffstat (limited to 'src/vm_ppc.dasc')
-rw-r--r-- | src/vm_ppc.dasc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index ac399900..19211825 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc | |||
@@ -2045,11 +2045,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
2045 | | | 2045 | | |
2046 | |//-- String library ----------------------------------------------------- | 2046 | |//-- String library ----------------------------------------------------- |
2047 | | | 2047 | | |
2048 | |.ffunc_1 string_len | ||
2049 | | checkstr CARG3; bne ->fff_fallback | ||
2050 | | lwz CRET1, STR:CARG1->len | ||
2051 | | b ->fff_resi | ||
2052 | | | ||
2053 | |.ffunc string_byte // Only handle the 1-arg case here. | 2048 | |.ffunc string_byte // Only handle the 1-arg case here. |
2054 | | cmplwi NARGS8:RC, 8 | 2049 | | cmplwi NARGS8:RC, 8 |
2055 | | lwz CARG3, 0(BASE) | 2050 | | lwz CARG3, 0(BASE) |