sparc: add missing parameter to makeSparcSystem()
authorPalle Lyckegaard <palle@lyckegaard.dk>
Tue, 3 Nov 2015 18:17:55 +0000 (12:17 -0600)
committerPalle Lyckegaard <palle@lyckegaard.dk>
Tue, 3 Nov 2015 18:17:55 +0000 (12:17 -0600)
commit2cb491379b17fde81c91d0a4310e6f823d34d36b
treecd77d46df4390aa8fd2c4b528c6b801b53d3afec
parente6a6d6445b7e4cf437096965588be1b3320de313
sparc: add missing parameter to makeSparcSystem()

makeSparcSystem() in configs/common/FSConfig.py is missing the cmdLine
parameter Without the parameter the simulation fails to start.  With the
parameter the simulation starts properly.
configs/common/FSConfig.py