summaryrefslogtreecommitdiffstats
path: root/opcodes/h8300-dis.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-10-26 15:37:21 +0000
committerDaniel Jacobowitz <drow@false.org>2006-10-26 15:37:21 +0000
commita3202ebb06048c96e9b06ab413af8b845948e683 (patch)
treed6713507637101fc484fd8699a79bfb21bdd2d5b /opcodes/h8300-dis.c
parentfffbd2ef6b560e5e0381170edc06cd4383bc5a16 (diff)
downloadppe42-binutils-a3202ebb06048c96e9b06ab413af8b845948e683.tar.gz
ppe42-binutils-a3202ebb06048c96e9b06ab413af8b845948e683.zip
* h8300-dis.c (bfd_h8_disassemble): Add missing consts.
Diffstat (limited to 'opcodes/h8300-dis.c')
-rw-r--r--opcodes/h8300-dis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/h8300-dis.c b/opcodes/h8300-dis.c
index d8973813a7..d0e300656d 100644
--- a/opcodes/h8300-dis.c
+++ b/opcodes/h8300-dis.c
@@ -362,7 +362,7 @@ bfd_h8_disassemble (bfd_vma addr, disassemble_info *info, int mach)
for (qi = h8_instructions; qi->opcode->name; qi++)
{
const struct h8_opcode *q = qi->opcode;
- op_type *nib = q->data.nib;
+ const op_type *nib = q->data.nib;
unsigned int len = 0;
while (1)
@@ -640,7 +640,7 @@ bfd_h8_disassemble (bfd_vma addr, disassemble_info *info, int mach)
}
if (CONST_STRNEQ (q->name, "mova"))
{
- op_type *args = q->args.nib;
+ const op_type *args = q->args.nib;
if (args[1] == (op_type) E)
{
@@ -666,7 +666,7 @@ bfd_h8_disassemble (bfd_vma addr, disassemble_info *info, int mach)
}
/* Fill in the args. */
{
- op_type *args = q->args.nib;
+ const op_type *args = q->args.nib;
int hadone = 0;
int nargs;
OpenPOWER on IntegriCloud