summaryrefslogtreecommitdiff
path: root/objects/BaseCPU.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'objects/BaseCPU.mpy')
-rw-r--r--objects/BaseCPU.mpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/BaseCPU.mpy b/objects/BaseCPU.mpy
index 516509c1e..f6e6ff96c 100644
--- a/objects/BaseCPU.mpy
+++ b/objects/BaseCPU.mpy
@@ -19,7 +19,7 @@ simobj BaseCPU(SimObject):
max_loads_any_thread = Param.Counter(0,
"terminate when any thread reaches this load count")
- defer_registration = Param.Bool(false,
+ defer_registration = Param.Bool(False,
"defer registration with system (for sampling)")
def check(self):