mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:29:32 +02:00
* fix define so that m68k for Coldfire builds correctly again
git-svn-id: trunk@36688 -
This commit is contained in:
parent
e9a3a807d0
commit
2c628e983d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user