mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
path_properties: actually skip qemu unimplemented instructions
This commit is contained in:
@@ -187,12 +187,10 @@ class PathProperties:
|
||||
env['emulator'] == 'qemu' and
|
||||
(
|
||||
self['requires_m5ops'] or
|
||||
env['mode'] == 'baremetal' and (
|
||||
self['qemu_unimplemented_instruction']
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
def _update_dict(self, other_tmp_properties, key):
|
||||
if key in self.properties and key in other_tmp_properties:
|
||||
|
||||
Reference in New Issue
Block a user