summaryrefslogtreecommitdiff
path: root/src/arch/alpha/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/types.hh')
-rw-r--r--src/arch/alpha/types.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/alpha/types.hh b/src/arch/alpha/types.hh
index 6433ea3ca..f6648b776 100644
--- a/src/arch/alpha/types.hh
+++ b/src/arch/alpha/types.hh
@@ -70,6 +70,9 @@ namespace AlphaISA
ITOUCH_ANNOTE = 0xffffffff,
};
+ struct CoreSpecific {
+ int core_type;
+ };
} // namespace AlphaISA
#endif