projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
803f7af
)
* a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 28 Oct 1993 21:43:14 +0000
(21:43 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 28 Oct 1993 21:43:14 +0000
(21:43 +0000)
opcodes/a29k-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/a29k-dis.c
b/opcodes/a29k-dis.c
index
a0c57ac
..
4a4152f
100644
(file)
--- a/
opcodes/a29k-dis.c
+++ b/
opcodes/a29k-dis.c
@@
-317,7
+317,7
@@
print_insn (memaddr, info)
}
/* This used to be %8x for binutils. */
(*info->fprintf_func)
- (info->stream, ".word 0x%8x",
+ (info->stream, ".word 0x%
0
8x",
(insn24 << 24) + (insn16 << 16) + (insn8 << 8) + insn0);
return 4;
}