mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:29:14 +02:00
* Opcode syntax corrected
This commit is contained in:
parent
67d1c93691
commit
d7620aec7b
@ -213,7 +213,7 @@ unit mmx;
|
|||||||
procedure femms;assembler;
|
procedure femms;assembler;
|
||||||
|
|
||||||
asm
|
asm
|
||||||
.byte $0x0f, $0x0e
|
.byte 0x0f, 0x0e
|
||||||
{ femms instruction not supported with older as versions }
|
{ femms instruction not supported with older as versions }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -250,7 +250,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-09-23 18:25:55 hajny
|
Revision 1.9 2002-09-23 18:55:19 hajny
|
||||||
|
* Opcode syntax corrected
|
||||||
|
|
||||||
|
Revision 1.8 2002/09/23 18:25:55 hajny
|
||||||
* femms replaced with opcode to allow older as
|
* femms replaced with opcode to allow older as
|
||||||
|
|
||||||
Revision 1.7 2002/09/07 21:33:05 carl
|
Revision 1.7 2002/09/07 21:33:05 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user