mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 04:29:10 +02:00
* Coldfire does not support sub.w, so use sub.l instead for that CPU
git-svn-id: trunk@38041 -
This commit is contained in:
parent
e2d23ea70e
commit
00141749d5
@ -652,7 +652,11 @@ asm
|
||||
ext.w d0
|
||||
ext.l d0
|
||||
{$endif}
|
||||
{$ifndef CPUCOLDFIRE}
|
||||
sub.w #32,d2
|
||||
{$else}
|
||||
sub.l #32,d2
|
||||
{$endif}
|
||||
asr.l d2,d1
|
||||
|
||||
@quit:
|
||||
|
Loading…
Reference in New Issue
Block a user