Sungkeun Kim has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/35040 )
Change subject: sim: Adding missing argument of panic function
......................................................................
sim: Adding missing argument of panic function
panic function call in panicFsOnlyPseudoInst (src/sim/pseudo_inst.cc) needs
to be invoked with argument (name).
Jira Issue:
https://gem5.atlassian.net/jira/software/c/projects/GEM5/issues/GEM5-786?filter=allissues
Change-Id: Iecacab7b9e0383373b69e9b790fa822d173d29c3
---
M src/sim/pseudo_inst.cc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sim/pseudo_inst.cc b/src/sim/pseudo_inst.cc
index 90db4bb..aacca73 100644
--- a/src/sim/pseudo_inst.cc
+++ b/src/sim/pseudo_inst.cc
@@ -103,7 +103,7 @@
static inline void
panicFsOnlyPseudoInst(const char *name)
{
- panic("Pseudo inst \"%s\" is only available in Full System mode.");
+ panic("Pseudo inst \"%s\" is only available in Full System mode.",
name);
}
void
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/35040
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: Iecacab7b9e0383373b69e9b790fa822d173d29c3
Gerrit-Change-Number: 35040
Gerrit-PatchSet: 1
Gerrit-Owner: Sungkeun Kim <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s