diff options
Diffstat (limited to 'configs/example/fs.py')
-rw-r--r-- | configs/example/fs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index 8688d7839..abfd3cc47 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -102,7 +102,7 @@ elif m5.build_env['TARGET_ISA'] == "mips": elif m5.build_env['TARGET_ISA'] == "sparc": test_sys = makeSparcSystem(test_mem_mode, bm[0]) elif m5.build_env['TARGET_ISA'] == "x86": - test_sys = makeX86System(test_mem_mode, bm[0]) + test_sys = makeLinuxX86System(test_mem_mode, bm[0]) else: m5.panic("incapable of building non-alpha or non-sparc full system!") |