mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 21:34:27 +01:00
path_properties: actually skip qemu unimplemented instructions
This commit is contained in:
@@ -187,12 +187,10 @@ 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']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
def _update_dict(self, other_tmp_properties, key):
|
def _update_dict(self, other_tmp_properties, key):
|
||||||
if key in self.properties and key in other_tmp_properties:
|
if key in self.properties and key in other_tmp_properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user