summaryrefslogtreecommitdiff
path: root/cpu/exec_context.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2003-10-29 21:50:28 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2003-10-29 21:50:28 -0800
commit9a88c8e17dd562ab390635accc1d3d2073ab6c52 (patch)
tree485cf97066569297b2a7c84dc1fd5c693800d5ec /cpu/exec_context.hh
parenta9844046914e887d3f2aed63ec5f098cfb526142 (diff)
parent5a1eb9049d16d37448282362529d462d73558181 (diff)
downloadgem5-9a88c8e17dd562ab390635accc1d3d2073ab6c52.tar.xz
Merge.
--HG-- extra : convert_revision : 1552730090e0904fbc4e4c8f515b306355cb66f3
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r--cpu/exec_context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh
index 6938b369f..cb826a15e 100644
--- a/cpu/exec_context.hh
+++ b/cpu/exec_context.hh
@@ -142,7 +142,7 @@ class ExecContext
void regStats(const std::string &name);
void serialize(std::ostream &os);
- void unserialize(const IniFile *db, const std::string &section);
+ void unserialize(Checkpoint *cp, const std::string &section);
#ifdef FULL_SYSTEM
bool validInstAddr(Addr addr) { return true; }