diff options
author | Korey Sewell <ksewell@umich.edu> | 2007-11-15 14:17:21 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2007-11-15 14:17:21 -0500 |
commit | 7ba65aecaaf83f29c1da34f2836d17b573ef5270 (patch) | |
tree | 79857c5135bb8b98ec76c1df5fd7d5deafab94c6 /src/arch/sparc | |
parent | 789153dff64edcf046d800f231dffa6d66004ed5 (diff) | |
download | gem5-7ba65aecaaf83f29c1da34f2836d17b573ef5270.tar.xz |
Add CoreSpecific type to all archs
--HG--
extra : convert_revision : 659786bf6489ab6151e47fbf1f4c0a723262fce2
Diffstat (limited to 'src/arch/sparc')
-rw-r--r-- | src/arch/sparc/types.hh | 4 |
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 |