* Coldfire does not support sub.w, so use sub.l instead for that CPU

git-svn-id: trunk@38041 -
This commit is contained in:
svenbarth 2018-01-25 19:56:28 +00:00
parent e2d23ea70e
commit 00141749d5

View File

@ -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: