Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/27227 )
Change subject: util: Correct some help text for the initparam m5 utility
command.
......................................................................
util: Correct some help text for the initparam m5 utility command.
The "key" value passed to the initparam command can be at most 16
characters long, but the text said it had to be shorter than 16
characters.
Change-Id: Ic98dc87feb868b44c4210ae16cb5b0dad2a67d88
---
M util/m5/src/m5.c
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/util/m5/src/m5.c b/util/m5/src/m5.c
index d5b27a3..83174d0 100644
--- a/util/m5/src/m5.c
+++ b/util/m5/src/m5.c
@@ -316,8 +316,8 @@
{ "checkpoint", do_checkpoint, "[delay [period]]" },
{ "addsymbol", do_addsymbol, "<address> <symbol>" },
{ "loadsymbol", do_loadsymbol, "" },
- { "initparam", do_initparam, "[key] // key must be shorter"
- " than 16 chars" },
+ { "initparam", do_initparam, "[key] // key may be at most"
+ " 16 characters long" },
{ "sw99param", do_sw99param, "" }
};
int numfuncs = sizeof(mainfuncs) / sizeof(mainfuncs[0]);
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27227
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ic98dc87feb868b44c4210ae16cb5b0dad2a67d88
Gerrit-Change-Number: 27227
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev