X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsim%2FProcess.py;h=743e5247c38a8f6f6ce6107c4fa3966c9119a634;hb=2367198921765848a4f5b3d020a7cc5776209f80;hp=9c4ee4760edc553506d9c2f207c6d7b8905b7a5e;hpb=073cb266079edddec64ea8cd5169dd2cbef8f812;p=gem5.git diff --git a/src/sim/Process.py b/src/sim/Process.py index 9c4ee4760..743e5247c 100644 --- a/src/sim/Process.py +++ b/src/sim/Process.py @@ -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')