* [PATCH] target/arm/kvm: Remove superfluous break
@ 2020-07-13 0:33 Yi Wang
2020-07-13 19:12 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Yi Wang @ 2020-07-13 0:33 UTC (permalink / raw)
To: qemu-devel; +Cc: wang.yi59, Liao Pingfang, wang.liang82, xue.zhihong
From: Liao Pingfang <liao.pingfang@zte.com.cn>
Remove superfluous break.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
---
target/arm/kvm64.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c
index 1169237..ef1e960 100644
--- a/target/arm/kvm64.c
+++ b/target/arm/kvm64.c
@@ -330,7 +330,6 @@ int kvm_arch_remove_hw_breakpoint(target_ulong addr,
switch (type) {
case GDB_BREAKPOINT_HW:
return delete_hw_breakpoint(addr);
- break;
case GDB_WATCHPOINT_READ:
case GDB_WATCHPOINT_WRITE:
case GDB_WATCHPOINT_ACCESS:
--
2.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] target/arm/kvm: Remove superfluous break
2020-07-13 0:33 [PATCH] target/arm/kvm: Remove superfluous break Yi Wang
@ 2020-07-13 19:12 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2020-07-13 19:12 UTC (permalink / raw)
To: Yi Wang, qemu-devel
Cc: xue.zhihong, Peter Maydell, wang.liang82, Liao Pingfang
On 7/12/20 5:33 PM, Yi Wang wrote:
> From: Liao Pingfang <liao.pingfang@zte.com.cn>
>
> Remove superfluous break.
>
> Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
> ---
> target/arm/kvm64.c | 1 -
> 1 file changed, 1 deletion(-)
CC: Peter Maydell.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-13 19:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-13 0:33 [PATCH] target/arm/kvm: Remove superfluous break Yi Wang
2020-07-13 19:12 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).