From 7ba65aecaaf83f29c1da34f2836d17b573ef5270 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 15 Nov 2007 14:17:21 -0500 Subject: Add CoreSpecific type to all archs --HG-- extra : convert_revision : 659786bf6489ab6151e47fbf1f4c0a723262fce2 --- src/arch/sparc/types.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/arch/sparc') 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 -- cgit v1.2.3