From: Palle Lyckegaard Date: Tue, 3 Nov 2015 18:17:55 +0000 (-0600) Subject: sparc: add missing parameter to makeSparcSystem() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cb491379b17fde81c91d0a4310e6f823d34d36b;p=gem5.git 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. --- 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