summaryrefslogtreecommitdiff
path: root/src/trace-driven/trace_driven.h
diff options
context:
space:
mode:
authorMahmoud Khairy A. Abdallah <[email protected]>2020-02-10 19:09:54 -0500
committerMahmoud Khairy A. Abdallah <[email protected]>2020-02-10 19:09:54 -0500
commit79bc1ca604153be11878b24b3a8d670860011762 (patch)
tree1242a6afd14baae7cd350330723da5e0335c7ed6 /src/trace-driven/trace_driven.h
parent7d56112add643f9178753750efb97e12e1e5524c (diff)
fixing kepler load in sass
Diffstat (limited to 'src/trace-driven/trace_driven.h')
-rw-r--r--src/trace-driven/trace_driven.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace-driven/trace_driven.h b/src/trace-driven/trace_driven.h
index 33f4baf..9539e6d 100644
--- a/src/trace-driven/trace_driven.h
+++ b/src/trace-driven/trace_driven.h
@@ -44,7 +44,7 @@ public:
m_opcode=0;
}
- bool parse_from_string(std::string trace, const std::unordered_map<std::string,OpcodeChar>* OpcodeMap);
+ bool parse_from_string(std::string trace, const std::unordered_map<std::string,OpcodeChar>* OpcodeMap, unsigned binary_verion);
private:
void set_latency(unsigned cat);