summaryrefslogtreecommitdiff
path: root/src/zap/zapcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zap/zapcode.h')
-rw-r--r--src/zap/zapcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zap/zapcode.h b/src/zap/zapcode.h
index 2fe949ee58..1e78051a13 100644
--- a/src/zap/zapcode.h
+++ b/src/zap/zapcode.h
@@ -792,7 +792,7 @@ public:
virtual UINT GetAlignment()
{
- return sizeof(TADDR);
+ return TARGET_POINTER_SIZE;
}
virtual ZapNodeType GetType()
@@ -829,7 +829,7 @@ public:
}
virtual UINT GetAlignment()
{
- return sizeof(TADDR);
+ return TARGET_POINTER_SIZE;
}
virtual DWORD GetSize();
virtual void Save(ZapWriter* pZapWriter);