* m68k: fix an instruction which doesn't exist on ColdFire

This commit is contained in:
Karoly Balogh 2022-02-12 17:32:48 +01:00
parent 14289173bb
commit ecef61e9c5

View File

@ -483,7 +483,8 @@ end;
procedure releaseSpinLock; assembler; nostackframe;
asm
move.b #0,spinlock
moveq.l #0,d0
move.b d0,spinlock
end;
{$ENDIF}