From 1e969e832f66cb5a72d12d57c53fb09e9721d589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 25 Aug 2019 00:00:00 +0000 Subject: [PATCH] path_properties: actually skip qemu unimplemented instructions --- path_properties.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/path_properties.py b/path_properties.py index fbbaf26..f19700f 100644 --- a/path_properties.py +++ b/path_properties.py @@ -187,9 +187,7 @@ class PathProperties: env['emulator'] == 'qemu' and ( self['requires_m5ops'] or - env['mode'] == 'baremetal' and ( - self['qemu_unimplemented_instruction'] - ) + self['qemu_unimplemented_instruction'] ) ) )