From 9c8716088236f29a8ccedaad9530cdcb9f16971a Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 29 Jan 2009 00:37:12 +0000 Subject: [PATCH] fix typo in previous entry --- include/opcode/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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