qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-s390x] [PATCH for-4.1 2/2] s390x/tcg: move fallthrough annotation


From: Cornelia Huck
Subject: [qemu-s390x] [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]