diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arm-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6c249e2..cdbd4ee 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-11-29 Richard Earnshaw <rearnsha@arm.com> + + * arm-dis.c: Correct top-level comment. + 2004-11-27 Richard Earnshaw <rearnsha@arm.com> * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the diff --git a/opcodes/arm-dis.c b/opcodes/arm-dis.c index 1cec104..5388bd1 100644 --- a/opcodes/arm-dis.c +++ b/opcodes/arm-dis.c @@ -49,7 +49,7 @@ #define WORD_ADDRESS(pc) ((pc) & ~0x3) -/* Format of the assembler string : +/* Format of the disassembler control string : %% % %<bitfield>d print the bitfield in decimal |