projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aadb5a
)
arm: spelling fix: mismatch
author
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 13 Jun 2016 09:55:57 +0000
(12:55 +0300)
committer
Michael Tokarev
<mjt@gandalf>
Tue, 13 Sep 2016 15:12:34 +0000
(18:12 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-arm/helper.c
patch
|
blob
|
history
diff --git
a/target-arm/helper.c
b/target-arm/helper.c
index bdb842cc4583a76671d4ac10b10b3bd0cc56fcbe..5484c15d1af48f3c55b0b7bdf7f23302b6fa46ef 100644
(file)
--- a/
target-arm/helper.c
+++ b/
target-arm/helper.c
@@
-7498,7
+7498,7
@@
static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address,
* is unpredictable. Flag this as a guest error. */
if (sign != sext) {
qemu_log_mask(LOG_GUEST_ERROR,
- "AArch32: VTCR.S / VTCR.T0SZ[3] mis
s
match\n");
+ "AArch32: VTCR.S / VTCR.T0SZ[3] mismatch\n");
}
}
t1sz = extract32(tcr->raw_tcr, 16, 6);