From: Nathan Binkert Date: Mon, 3 Nov 2003 03:12:20 +0000 (-0500) Subject: ok, let's get this right X-Git-Tag: m5_1.0_beta2~281^2~9^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=491fb95919f05220c05bb77fb82376fb9bc7dc76;p=gem5.git ok, let's get this right arch/alpha/pseudo_inst.cc: yes is not a real value, use true --HG-- extra : convert_revision : 30b998ae6f13641d70c9158777a12b00df8742fe --- 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 __statistics(&context, "statistics", "enable the statistics pseudo instructions", - yes); + true); Param __checkpoint(&context, "checkpoint", "enable the checkpoint pseudo instructions", - yes); + true); void Context::checkParams()