path_properties: actually skip qemu unimplemented instructions

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-25 00:00:00 +00:00
parent 2fc1fc5767
commit 1e969e832f

View File

@@ -187,9 +187,7 @@ class PathProperties:
env['emulator'] == 'qemu' and env['emulator'] == 'qemu' and
( (
self['requires_m5ops'] or self['requires_m5ops'] or
env['mode'] == 'baremetal' and ( self['qemu_unimplemented_instruction']
self['qemu_unimplemented_instruction']
)
) )
) )
) )