diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-03-03 09:03:40 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-03-03 09:03:40 +0000 |
commit | 3abf2e474026ea5f7704315c6f846315ea0f45d3 (patch) | |
tree | 32b72224d39ada4f175363baf46957da9adeb692 /src/mesa/x86/assyntax.h | |
parent | fc17a6a35c94c1fbcbb95767db58ecab41c04283 (diff) |
made NASM opcodes consistent
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r-- | src/mesa/x86/assyntax.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 95a74ae3db..c048790c43 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -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 |