From 2cb491379b17fde81c91d0a4310e6f823d34d36b Mon Sep 17 00:00:00 2001 From: Palle Lyckegaard Date: Tue, 3 Nov 2015 12:17:55 -0600 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 17f1f7641..7dd2e05fd 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -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