Fix a bug in the pseudo instruction context
arch/alpha/pseudo_inst.cc:
Don't forget the descriptions
--HG--
extra : convert_revision : f208ea24d5b34283e962916cb4c7dff976406285
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",
|
||||
yes);
|
||||
Param<bool> __checkpoint(&context, "checkpoint",
|
||||
"enable the checkpoint pseudo instructions",
|
||||
yes);
|
||||
|
||||
void
|
||||
Context::checkParams()
|
||||
|
||||
Reference in New Issue
Block a user