cpu_map: sync_qemu_i386.py: Remove superfluous semicolon

The semicolon in question makes the pipeline fail over a style checker
complaint.

Introduced-in: 360b8eb2d2
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-06-09 13:04:29 +02:00 committed by Michal Privoznik
parent 93e9e92c1e
commit 017279d9a8

View File

@ -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