Merge pull request #34 from polluks/patch-1

Optimisation crt.c
This commit is contained in:
drmortalwombat 2023-10-26 16:52:04 +02:00 committed by GitHub
commit 0889afbdae
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
bpl L2
jsr negtmp32
L3: jsr divmod32
rts
L3: jmp divmod32
L1: bit tmp + 3
bpl L3
jsr negtmp32