summaryrefslogtreecommitdiff
path: root/src/arch/alpha/AlphaSystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/AlphaSystem.py')
-rw-r--r--src/arch/alpha/AlphaSystem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/AlphaSystem.py b/src/arch/alpha/AlphaSystem.py
index a19aeb763..f6d9eb4c6 100644
--- a/src/arch/alpha/AlphaSystem.py
+++ b/src/arch/alpha/AlphaSystem.py
@@ -35,6 +35,7 @@ class AlphaSystem(System):
pal = Param.String("file that contains palcode")
system_type = Param.UInt64("Type of system we are emulating")
system_rev = Param.UInt64("Revision of system we are emulating")
+ load_addr_mask = 0xffffffffff
class LinuxAlphaSystem(AlphaSystem):
type = 'LinuxAlphaSystem'