From 491fb95919f05220c05bb77fb82376fb9bc7dc76 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 2 Nov 2003 22:12:20 -0500 Subject: ok, let's get this right arch/alpha/pseudo_inst.cc: yes is not a real value, use true --HG-- extra : convert_revision : 30b998ae6f13641d70c9158777a12b00df8742fe --- arch/alpha/pseudo_inst.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/alpha') 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() -- cgit v1.2.3