Optimisation crt.c

This commit is contained in:
Stefan 2023-10-26 16:37:51 +02:00 committed by GitHub
parent 0080a85345
commit 25a0c0b4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3926,8 +3926,7 @@ __asm inp_binop_div_s32
bit tmp + 3 bit tmp + 3
bpl L2 bpl L2
jsr negtmp32 jsr negtmp32
L3: jsr divmod32 L3: jmp divmod32
rts
L1: bit tmp + 3 L1: bit tmp + 3
bpl L3 bpl L3
jsr negtmp32 jsr negtmp32