From 017279d9a80b877d513ffc91cab75f2bd445db5f Mon Sep 17 00:00:00 2001 From: Tim Wiederhake Date: Wed, 9 Jun 2021 13:04:29 +0200 Subject: [PATCH] cpu_map: sync_qemu_i386.py: Remove superfluous semicolon The semicolon in question makes the pipeline fail over a style checker complaint. Introduced-in: 360b8eb2d2cb1b6a8c9a78fa2c5be31dd7c74487 Signed-off-by: Tim Wiederhake Reviewed-by: Pavel Hrdina Reviewed-by: Michal Privoznik --- src/cpu_map/sync_qemu_i386.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu_map/sync_qemu_i386.py b/src/cpu_map/sync_qemu_i386.py index fbf1edf5d0..92bb58f75b 100755 --- a/src/cpu_map/sync_qemu_i386.py +++ b/src/cpu_map/sync_qemu_i386.py @@ -209,7 +209,7 @@ def read_builtin_x86_defs(filename): raise RuntimeError("begin mark not found") match = begin_mark.match(line) if match: - break; + break match = shorthand.match(line) if match: # TCG definitions are irrelevant for cpu models