X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / emulenv.hh
index 1044dbdf9e404a2ea1f7f3da61b34c222affbb48..bcefd4456992527d487d2fb1d4bd83ef3b05823d 100644 (file)
@@ -60,6 +60,7 @@
 
 #include "arch/x86/intregs.hh"
 #include "arch/x86/segmentregs.hh"
+#include "arch/x86/registers.hh"
 #include "arch/x86/types.hh"
 
 namespace X86ISA
@@ -86,6 +87,7 @@ namespace X86ISA
         {;}
 
         void doModRM(const ExtMachInst & machInst);
+        void setSeg(const ExtMachInst & machInst);
     };
 };