diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-29 21:50:28 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-29 21:50:28 -0800 |
commit | 9a88c8e17dd562ab390635accc1d3d2073ab6c52 (patch) | |
tree | 485cf97066569297b2a7c84dc1fd5c693800d5ec /arch/alpha/alpha_memory.hh | |
parent | a9844046914e887d3f2aed63ec5f098cfb526142 (diff) | |
parent | 5a1eb9049d16d37448282362529d462d73558181 (diff) | |
download | gem5-9a88c8e17dd562ab390635accc1d3d2073ab6c52.tar.xz |
Merge.
--HG--
extra : convert_revision : 1552730090e0904fbc4e4c8f515b306355cb66f3
Diffstat (limited to 'arch/alpha/alpha_memory.hh')
-rw-r--r-- | arch/alpha/alpha_memory.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/alpha_memory.hh b/arch/alpha/alpha_memory.hh index fc4d46191..bfcd313e2 100644 --- a/arch/alpha/alpha_memory.hh +++ b/arch/alpha/alpha_memory.hh @@ -74,7 +74,7 @@ class AlphaTlb : public SimObject // Checkpointing virtual void serialize(std::ostream &os); - virtual void unserialize(const IniFile *db, const std::string §ion); + virtual void unserialize(Checkpoint *cp, const std::string §ion); }; class AlphaItb : public AlphaTlb |