mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* m68k: fix an instruction which doesn't exist on ColdFire
This commit is contained in:
parent
14289173bb
commit
ecef61e9c5
@ -483,7 +483,8 @@ end;
|
|||||||
|
|
||||||
procedure releaseSpinLock; assembler; nostackframe;
|
procedure releaseSpinLock; assembler; nostackframe;
|
||||||
asm
|
asm
|
||||||
move.b #0,spinlock
|
moveq.l #0,d0
|
||||||
|
move.b d0,spinlock
|
||||||
end;
|
end;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user