* fix define so that m68k for Coldfire builds correctly again

git-svn-id: trunk@36688 -
This commit is contained in:
svenbarth 2017-07-08 20:29:25 +00:00
parent e9a3a807d0
commit 2c628e983d

View File

@ -215,7 +215,7 @@ asm
move.w d1,(a0)+ move.w d1,(a0)+
@Ldquad: @Ldquad:
move.l d0,d2 // adjust d0 for leftover copy move.l d0,d2 // adjust d0 for leftover copy
{$ifdef CPU_COLDFIRE} {$ifdef CPUCOLDFIRE}
and.l #$fffffffc,d2 and.l #$fffffffc,d2
{$else} {$else}
and.b #$fc,d2 and.b #$fc,d2