summaryrefslogtreecommitdiff
path: root/arch/alpha/alpha_memory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/alpha_memory.cc')
-rw-r--r--arch/alpha/alpha_memory.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/alpha/alpha_memory.cc b/arch/alpha/alpha_memory.cc
index 2aad41cea..b95916105 100644
--- a/arch/alpha/alpha_memory.cc
+++ b/arch/alpha/alpha_memory.cc
@@ -194,8 +194,8 @@ AlphaTlb::flushAddr(Addr vaddr, uint8_t asn)
void
AlphaTlb::serialize(ostream &os)
{
- SERIALIZE_MEMBER(size);
- SERIALIZE_MEMBER(nlu);
+ SERIALIZE_SCALAR(size);
+ SERIALIZE_SCALAR(nlu);
// should just add serialize/unserialize methods to AlphaPTE
#if 0
@@ -243,8 +243,8 @@ AlphaTlb::serialize(ostream &os)
void
AlphaTlb::unserialize(const IniFile *db, const string &section)
{
- UNSERIALIZE_MEMBER(size);
- UNSERIALIZE_MEMBER(nlu);
+ UNSERIALIZE_SCALAR(size);
+ UNSERIALIZE_SCALAR(nlu);
#if 0
string data;