https://svn.lrde.epita.fr/svn/nolimips/trunk
Index: ChangeLog
from Benoît Perrot <benoit(a)lrde.epita.fr>
--argument-registers
* src/inst-tasks.hh: Rename `args' option to `--argument-registers'.
Suggested by Akim Demaille.
2005-09-17 Benoît Perrot <benoit(a)lrde.epita.fr>
Index: src/inst-tasks.hh
--- src/inst-tasks.hh (revision 192)
+++ src/inst-tasks.hh (revision 193)
@@ -45,7 +45,7 @@
"Set max number of caller-save registers",
max_caller_save, 10, 0, 10,
"");
- INT_TASK_DECLARE ("args",
+ INT_TASK_DECLARE ("argument-registers",
"Set max number of argument registers",
max_args, 4, 0, 4,
"");