projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca671de
)
target/s390x: Fix CSST for 16-byte store
author
Richard Henderson
<rth@twiddle.net>
Fri, 28 Jul 2017 18:26:47 +0000
(11:26 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Thu, 3 Aug 2017 17:58:50 +0000
(10:58 -0700)
Found by Coverity (CID
1378273
).
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/s390x/mem_helper.c
patch
|
blob
|
history
diff --git
a/target/s390x/mem_helper.c
b/target/s390x/mem_helper.c
index cdc78aa3d4857a52f3f8a3d1ba19971e8fd05979..c71dce4b1e11349e6268c8473502f2876832a600 100644
(file)
--- a/
target/s390x/mem_helper.c
+++ b/
target/s390x/mem_helper.c
@@
-1580,6
+1580,7
@@
uint32_t HELPER(csst)(CPUS390XState *env, uint32_t r3, uint64_t a1, uint64_t a2)
cpu_stq_data_ra(env, a2 + 0, svh, ra);
cpu_stq_data_ra(env, a2 + 8, svl, ra);
}
+ break;
default:
g_assert_not_reached();
}