diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-10-04 13:46:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-10-04 13:46:07 (GMT) |
commit | 5d33469143778e8ab22b362b7a647f53cd6fc840 (patch) | |
tree | 9f6f9327074db6486df38c44203e27899f413f98 /ChangeLog | |
parent | 070649a6c2d434208a202d4f09a3256cd3bbfe78 (diff) |
Fixed the rendering of ModRM operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@125 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 09-10-04 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/operand.c: + Fix the rendering of ModRM operands. + +09-10-04 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/operand.c: Fix a bug in relative jump operands. 09-10-04 Cyrille Bagard <nocbos@gmail.com> |