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)
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

index 17f1f7641915757a5f03df4d86ee07c9d8a341c4..7dd2e05fd8c845a053b40c0877524ac6b59e51f5 100644 (file)
@@ -137,7 +137,7 @@ def makeLinuxAlphaSystem(mem_mode, mdesc=None, ruby=False, cmdline=None):
 
     return self
 
-def makeSparcSystem(mem_mode, mdesc=None):
+def makeSparcSystem(mem_mode, mdesc=None, cmdline=None):
     # Constants from iob.cc and uart8250.cc
     iob_man_addr = 0x9800000000
     uart_pio_size = 8