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,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']
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user