* arm-dis.c: Correct top-level comment.
This commit is contained in:
parent
c817078231
commit
6255809cae
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2004-11-27 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
|
* arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
#define WORD_ADDRESS(pc) ((pc) & ~0x3)
|
#define WORD_ADDRESS(pc) ((pc) & ~0x3)
|
||||||
|
|
||||||
/* Format of the assembler string :
|
/* Format of the disassembler control string :
|
||||||
|
|
||||||
%% %
|
%% %
|
||||||
%<bitfield>d print the bitfield in decimal
|
%<bitfield>d print the bitfield in decimal
|
||||||
|
|
Loading…
Reference in a new issue