projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2a728
)
Fixed REGRIP -> RIPREG to match regs.dat.
author
Keith Kanios
<spook@dynatos.net>
Fri, 13 Apr 2007 22:24:46 +0000
(22:24 +0000)
committer
Keith Kanios
<spook@dynatos.net>
Fri, 13 Apr 2007 22:24:46 +0000
(22:24 +0000)
nasm.h
patch
|
blob
|
history
diff --git
a/nasm.h
b/nasm.h
index 7be8298684a79542f4fe051dc0a8268129ac2363..e4a725a59f7e7463ffec1c9c48ef0519ee466464 100644
(file)
--- a/
nasm.h
+++ b/
nasm.h
@@
-401,7
+401,7
@@
enum {
#define REG16 0x00201002L
#define REG32 0x00201004L
#define REG64 0x00201008L /* x64 registers */
-#define R
EGRIP
0x0020100CL /* RIP register */
+#define R
IPREG
0x0020100CL /* RIP register */
#define MMXREG 0x00201010L /* MMX registers */
#define XMMREG 0x00201011L /* XMM Katmai reg */
#define FPUREG 0x01000000L /* floating point stack registers */