From 3abf2e474026ea5f7704315c6f846315ea0f45d3 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Wed, 3 Mar 2004 09:03:40 +0000 Subject: made NASM opcodes consistent --- src/mesa/x86/assyntax.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3