mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +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)+
|
||||
@Ldquad:
|
||||
move.l d0,d2 // adjust d0 for leftover copy
|
||||
{$ifdef CPU_COLDFIRE}
|
||||
{$ifdef CPUCOLDFIRE}
|
||||
and.l #$fffffffc,d2
|
||||
{$else}
|
||||
and.b #$fc,d2
|
||||
|
Loading…
Reference in New Issue
Block a user