[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-4.1 2/2] s390x/tcg: move fallthrough annotation
From: |
Cornelia Huck |
Subject: |
[Qemu-devel] [PATCH for-4.1 2/2] s390x/tcg: move fallthrough annotation |
Date: |
Mon, 8 Jul 2019 14:54:33 +0200 |
...so that the compiler properly recognizes it.
Reported-by: Stefan Weil <address@hidden>
Fixes: f180da83c039 ("s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND
ZERO")
Signed-off-by: Cornelia Huck <address@hidden>
---
target/s390x/translate_vx.inc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/translate_vx.inc.c b/target/s390x/translate_vx.inc.c
index 7b1d31cba5cf..41d5cf869f94 100644
--- a/target/s390x/translate_vx.inc.c
+++ b/target/s390x/translate_vx.inc.c
@@ -577,8 +577,8 @@ static DisasJumpType op_vllez(DisasContext *s, DisasOps *o)
enr = 0;
break;
}
- default:
/* fallthrough */
+ default:
gen_program_exception(s, PGM_SPECIFICATION);
return DISAS_NORETURN;
}
--
2.20.1
- [Qemu-devel] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, (continued)
- [Qemu-devel] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Cornelia Huck, 2019/07/08
- Re: [Qemu-devel] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Christian Borntraeger, 2019/07/08
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Collin Walling, 2019/07/09
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Cornelia Huck, 2019/07/10
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Cornelia Huck, 2019/07/16
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Collin Walling, 2019/07/16
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Cornelia Huck, 2019/07/17
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Christian Borntraeger, 2019/07/17
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Collin Walling, 2019/07/17
- Re: [Qemu-devel] [qemu-s390x] [PATCH for-4.1 1/2] s390x/pci: add some fallthrough annotations, Cornelia Huck, 2019/07/18
[Qemu-devel] [PATCH for-4.1 2/2] s390x/tcg: move fallthrough annotation,
Cornelia Huck <=
Re: [Qemu-devel] [PATCH for-4.1 0/2] s390x: fallthrough annotations, Cornelia Huck, 2019/07/09