Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-01-29 03:37:12 +0300
committerDoug Evans <dje@google.com>2009-01-29 03:37:12 +0300
commit9c8716088236f29a8ccedaad9530cdcb9f16971a (patch)
tree67b473b037e3e825eff92863f724e94e217be591
parent88db8cbb6a1d6b0ff0813cce07b469534494c595 (diff)
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 c8c5ef671..0ebadf7e3 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>