summaryrefslogtreecommitdiff
path: root/src/arch/generic/memhelpers.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-02-28 17:07:16 +0800
committerIru Cai <mytbk920423@gmail.com>2019-03-18 15:11:44 +0800
commitce003b28a15104574bed634923564a6bd910898d (patch)
treed4ac3b5be20f0354e717a4854f981d4a4c21065b /src/arch/generic/memhelpers.hh
parent4cc9473c971650153d148b74ad67e50e54828a99 (diff)
downloadgem5-ce003b28a15104574bed634923564a6bd910898d.tar.xz
invisispec-1.0 source
Diffstat (limited to 'src/arch/generic/memhelpers.hh')
-rw-r--r--src/arch/generic/memhelpers.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/generic/memhelpers.hh b/src/arch/generic/memhelpers.hh
index 35e666b92..0a38b780c 100644
--- a/src/arch/generic/memhelpers.hh
+++ b/src/arch/generic/memhelpers.hh
@@ -53,6 +53,7 @@
/// Initiate a read from memory in timing mode. Note that the 'mem'
/// parameter is unused; only the type of that parameter is used
/// to determine the size of the access.
+// XC: executeContextPtr [mengjia]
template <class XC, class MemT>
Fault
initiateMemRead(XC *xc, Trace::InstRecord *traceData, Addr addr,