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/alpha/types.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/alpha/types.hh') 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 -- cgit v1.2.3