diff options
-rw-r--r-- | arch/alpha/pseudo_inst.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/pseudo_inst.cc b/arch/alpha/pseudo_inst.cc index 50b7d1aaf..f8e0036ba 100644 --- a/arch/alpha/pseudo_inst.cc +++ b/arch/alpha/pseudo_inst.cc @@ -128,10 +128,10 @@ namespace AlphaPseudo Param<bool> __statistics(&context, "statistics", "enable the statistics pseudo instructions", - yes); + true); Param<bool> __checkpoint(&context, "checkpoint", "enable the checkpoint pseudo instructions", - yes); + true); void Context::checkParams() |