gem5-shell: fix after removal of --gem5

This commit is contained in:
Ciro Santilli
2019-01-22 00:00:00 +00:00
committed by Ciro Santilli 六四事件 法轮功
parent 46bf33fb4e
commit 22e26aa002
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
def set_args(args, script_name):
args['arch'] = 'aarch64'
args['gem5'] = True
args['emulators'] = ['gem5']
if script_name == 'build-gem5':
# This argument is defined only for ./build-gem5.
args['extra_scons_args'] = ['ADSF=qwer']