projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c254ab
)
disas/arm: fix 'instuction' typo in comment
author
Emilio G. Cota
<cota@braap.org>
Wed, 18 Oct 2017 22:01:40 +0000
(18:01 -0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 18 Dec 2017 14:07:02 +0000
(17:07 +0300)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
disas/arm.c
patch
|
blob
|
history
diff --git
a/disas/arm.c
b/disas/arm.c
index 9967c45990c8064ec86105dbbff179998c3446ad..dda7b2a94388bed90fecb3ec6ff9d73538ee50d9 100644
(file)
--- a/
disas/arm.c
+++ b/
disas/arm.c
@@
-1662,7
+1662,7
@@
print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given,
}
else
{
-
/* Only match unconditional inst
uctions against unconditional
+
/* Only match unconditional instr
uctions against unconditional
patterns. */
if ((given & 0xf0000000) == 0xf0000000)
{