syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
[gem5.git] / src / sim / Process.py
index 9c4ee4760edc553506d9c2f207c6d7b8905b7a5e..743e5247c38a8f6f6ce6107c4fa3966c9119a634 100644 (file)
@@ -40,7 +40,7 @@ class Process(SimObject):
     useArchPT = Param.Bool('false', 'maintain an in-memory version of the page\
                             table in an architecture-specific format')
     kvmInSE = Param.Bool('false', 'initialize the process for KvmCPU in SE')
-    max_stack_size = Param.MemorySize('64MB', 'maximum size of the stack')
+    maxStackSize = Param.MemorySize('64MB', 'maximum size of the stack')
 
     uid = Param.Int(100, 'user id')
     euid = Param.Int(100, 'effective user id')