changeset 33db5d81c2cb in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=33db5d81c2cb
description:
        config: correct bug in x86 drive sys instantiation

diffstat:

 configs/example/fs.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6153b582c9b5 -r 33db5d81c2cb configs/example/fs.py
--- a/configs/example/fs.py     Thu Jan 30 12:21:58 2014 -0600
+++ b/configs/example/fs.py     Fri Jan 31 15:35:45 2014 -0600
@@ -191,7 +191,7 @@
     elif buildEnv['TARGET_ISA'] == 'sparc':
         drive_sys = makeSparcSystem(drive_mem_mode, bm[1])
     elif buildEnv['TARGET_ISA'] == 'x86':
-        drive_sys = makeX86System(drive_mem_mode, np, bm[1])
+        drive_sys = makeLinuxX86System(drive_mem_mode, np, bm[1])
     elif buildEnv['TARGET_ISA'] == 'arm':
         drive_sys = makeArmSystem(drive_mem_mode, options.machine_type, bm[1])
 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to