
17 Sep
2005
17 Sep
'05
6:45 p.m.
https://svn.lrde.epita.fr/svn/nolimips/trunk Index: ChangeLog from Benoît Perrot <benoit@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@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, "");