summaryrefslogtreecommitdiff
path: root/arch/alpha/alpha_memory.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2003-10-29 00:46:26 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2003-10-29 00:46:26 -0800
commitaa12cac9fd423d75578c3657fe5fe6e664e63890 (patch)
treeec7fdd1254c3d221eaf3d02a39e74b111dcdf412 /arch/alpha/alpha_memory.cc
parent1511370d09a2dc93a9f7f6154440d28ed6309b49 (diff)
downloadgem5-aa12cac9fd423d75578c3657fe5fe6e664e63890.tar.xz
Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR.
--HG-- extra : convert_revision : 848cfcf3323d224cdb2ff14df6f6996607a5c27f
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;