Merge zizzer:/m5/Bitkeeper/m5
into zamp.eecs.umich.edu:/amd/brio/y/rdreslin/m5bk/unclean --HG-- extra : convert_revision : e142f9ad3528027accf9e03366357c006a9a1857
This commit is contained in:
@@ -126,8 +126,12 @@ namespace AlphaPseudo
|
||||
|
||||
Context context("PseudoInsts");
|
||||
|
||||
Param<bool> __statistics(&context, "statistics", "yes");
|
||||
Param<bool> __checkpoint(&context, "checkpoint", "yes");
|
||||
Param<bool> __statistics(&context, "statistics",
|
||||
"enable the statistics pseudo instructions",
|
||||
true);
|
||||
Param<bool> __checkpoint(&context, "checkpoint",
|
||||
"enable the checkpoint pseudo instructions",
|
||||
true);
|
||||
|
||||
void
|
||||
Context::checkParams()
|
||||
|
||||
Reference in New Issue
Block a user