aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-01-29 00:37:12 +0000
committerDoug Evans <dje@google.com>2009-01-29 00:37:12 +0000
commit1d801e5f21d9dbf4e89f25d4fa864519ced45da9 (patch)
tree4a3bc99eb7078dd939af5d98f6010c1ceeef1f2b
parent35669430c88d5bcf7a346d47818c3eef0bf57d96 (diff)
downloadfsf-binutils-gdb-1d801e5f21d9dbf4e89f25d4fa864519ced45da9.zip
fsf-binutils-gdb-1d801e5f21d9dbf4e89f25d4fa864519ced45da9.tar.gz
fsf-binutils-gdb-1d801e5f21d9dbf4e89f25d4fa864519ced45da9.tar.bz2
fix typo in previous entry
-rw-r--r--include/opcode/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index c8c5ef6..0ebadf7 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -5,7 +5,7 @@
(EDI_REG_NUM): New macros.
(MODRM_MOD_FIELD,MODRM_REG_FIELD,MODRM_RM_FIELD): New macros.
(SIB_SCALE_FIELD,SIB_INDEX_FIELD,SIB_BASE_FIELD): New macros.
- (REG_PREFIX_P): New macro.
+ (REX_PREFIX_P): New macro.
2009-01-09 Peter Bergner <bergner@vnet.ibm.com>