mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 19:09:39 +01:00
Also use .byte version of emms instruction
git-svn-id: trunk@37011 -
This commit is contained in:
parent
239b623027
commit
efafecbf9f
@ -221,7 +221,10 @@ unit mmx;
|
||||
|
||||
procedure emms;assembler;
|
||||
asm
|
||||
emms
|
||||
{ emms instruction not supported by older GNU as version,
|
||||
like 2.6 used by EMX target }
|
||||
// emms
|
||||
.byte 0x0f, 0x77
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user