mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
gem5-shell: fix after removal of --gem5
This commit is contained in:
committed by
Ciro Santilli 六四事件 法轮功
parent
46bf33fb4e
commit
22e26aa002
@@ -7,7 +7,7 @@ class Main(common.LkmcCliFunction):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
defaults={
|
||||
'gem5': True,
|
||||
'emulators': ['gem5'],
|
||||
},
|
||||
description='Connect a terminal to a running gem5 instance',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user