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'] ) ) )