diff options
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r-- | configs/example/fs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index 4d6d87eb8..4cfb3e8e2 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -114,6 +114,8 @@ elif buildEnv['TARGET_ISA'] == "arm": test_sys = makeArmSystem(test_mem_mode, options.machine_type, bm[0], options.dtb_filename, bare_metal=options.bare_metal) + if options.enable_context_switch_stats_dump: + test_sys.enable_context_switch_stats_dump = True else: fatal("Incapable of building %s full system!", buildEnv['TARGET_ISA']) |