mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
platform gp2x, fix compilation with original toolchain (gcc 4.1)
This commit is contained in:
parent
97232a47c9
commit
110a49ed2a
10 changed files with 59 additions and 53 deletions
|
@ -201,7 +201,7 @@
|
|||
mov r7, r7, ror #5
|
||||
orr r7, r7, r7, ror #10+11
|
||||
orr r7, r7, r12,lsl #1+16
|
||||
lsr r7, #16
|
||||
mov r7, r7, lsr #16
|
||||
|
||||
tst r7, #0x20 @ check for prio transfer
|
||||
bne 9f @ bg_loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue