mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 15:19:26 +02:00
- Change syntax of sbiw operands to work around syntax in older binutils.
git-svn-id: trunk@42336 -
This commit is contained in:
parent
a1a17447ff
commit
48a7c0989a
@ -56,14 +56,14 @@ asm
|
||||
.LBackwardMove:
|
||||
ld r18, -X
|
||||
st -Y, r18
|
||||
sbiw Z, 1
|
||||
sbiw r30, 1
|
||||
brne .LBackwardMove
|
||||
rjmp .Lexit
|
||||
|
||||
.LForwardMove:
|
||||
ld r18, X+
|
||||
st Y+, r18
|
||||
sbiw Z, 1
|
||||
sbiw r30, 1
|
||||
brne .LForwardMove
|
||||
.Lexit:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user