diff options
Diffstat (limited to 'opcodes/vax-dis.c')
-rw-r--r-- | opcodes/vax-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/vax-dis.c b/opcodes/vax-dis.c index e218d49..ed4610b 100644 --- a/opcodes/vax-dis.c +++ b/opcodes/vax-dis.c @@ -490,7 +490,7 @@ print_insn_vax (bfd_vma memaddr, disassemble_info *info) while (*argp) { - arg += print_insn_arg (argp, arg, memaddr + arg - buffer, info); + arg += print_insn_arg (argp, arg, memaddr + (arg - buffer), info); argp += 2; if (*argp) (*info->fprintf_func) (info->stream, ","); |