diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-08-05 17:52:06 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-08-05 17:52:06 +0000 |
commit | f1fa1093551dabf1a4305c5b28bfd2551e9b9615 (patch) | |
tree | 561e94ca37d89d85a412ccfa4be2f36853621265 /opcodes/hppa-dis.c | |
parent | 3530c5dbca29e90c5b82ac5e9606a9c27a913b1e (diff) | |
download | gdb-f1fa1093551dabf1a4305c5b28bfd2551e9b9615.zip gdb-f1fa1093551dabf1a4305c5b28bfd2551e9b9615.tar.gz gdb-f1fa1093551dabf1a4305c5b28bfd2551e9b9615.tar.bz2 |
* hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r-- | opcodes/hppa-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index df05a75..172be23 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -912,6 +912,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info) fput_const (extract_14 (insn), info); break; case 'k': + fputs_filtered ("L%", info); fput_const (extract_21 (insn), info); break; case '<': |