2
0
Эх сурвалжийг харах

* femms replaced with opcode to allow older as

Tomas Hajny 23 жил өмнө
parent
commit
67d1c93691
1 өөрчлөгдсөн 6 нэмэгдсэн , 2 устгасан
  1. 6 2
      rtl/i386/mmx.pp

+ 6 - 2
rtl/i386/mmx.pp

@@ -213,7 +213,8 @@ unit mmx;
     procedure femms;assembler;
 
       asm
-         femms
+          .byte $0x0f, $0x0e
+{         femms instruction not supported with older as versions }
       end;
 
 
@@ -249,7 +250,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.7  2002-09-07 21:33:05  carl
+  Revision 1.8  2002-09-23 18:25:55  hajny
+    * femms replaced with opcode to allow older as
+
+  Revision 1.7  2002/09/07 21:33:05  carl
     - removed unused defines
 
   Revision 1.6  2002/09/07 16:01:19  peter