From 25a0c0b4ad8256ac6455e2abac6e3753b01e7130 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 26 Oct 2023 16:37:51 +0200 Subject: [PATCH] Optimisation crt.c --- include/crt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/crt.c b/include/crt.c index 6f85487..be30c4e 100644 --- a/include/crt.c +++ b/include/crt.c @@ -3926,8 +3926,7 @@ __asm inp_binop_div_s32 bit tmp + 3 bpl L2 jsr negtmp32 -L3: jsr divmod32 - rts +L3: jmp divmod32 L1: bit tmp + 3 bpl L3 jsr negtmp32