summaryrefslogtreecommitdiff
path: root/src/arch/sparc/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/types.hh')
-rw-r--r--src/arch/sparc/types.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/sparc/types.hh b/src/arch/sparc/types.hh
index 8bd50b7e8..d19e2a99f 100644
--- a/src/arch/sparc/types.hh
+++ b/src/arch/sparc/types.hh
@@ -60,6 +60,10 @@ namespace SparcISA
typedef int RegContextVal;
typedef uint16_t RegIndex;
+
+ struct CoreSpecific {
+ int core_type;
+ };
}
#endif