made NASM opcodes consistent
authorDaniel Borca <dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:03:40 +0000 (09:03 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:03:40 +0000 (09:03 +0000)
src/mesa/x86/assyntax.h

index 95a74ae..c048790 100644 (file)
@@ -1212,10 +1212,10 @@ SECTION _DATA public align=16 class=DATA use32 flat
 #define LEAVE                  leave
 #define LGDT(a)                        lgdt a
 #define LIDT(a)                        lidt a
-#define LDS(a, b)              lds b, a
-#define LES(a, b)              les b, a
-#define LFS(a, b)              lfs b, a
-#define LGS(a, b)              lgs b, a
+#define LDS(a, b)              lds b, P_(a)
+#define LES(a, b)              les b, P_(a)
+#define LFS(a, b)              lfs b, P_(a)
+#define LGS(a, b)              lgs b, P_(a)
 #define LSS(a, b)              lss b, P_(a)
 #define LLDT(a)                        lldt a
 #define LMSW(a)                        lmsw a