mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +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;
|
||||
asm
|
||||
move.b #0,spinlock
|
||||
moveq.l #0,d0
|
||||
move.b d0,spinlock
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user