diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-10-31 16:02:28 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-10-31 16:02:28 -0500 |
commit | ece796ab8af23705f3f4d7bd12ee623f3961c99e (patch) | |
tree | 29f7e1786617c0eb5f57a59359c8cdb1d69743ba /src/arch/alpha/SConscript | |
parent | 3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee (diff) | |
download | gem5-ece796ab8af23705f3f4d7bd12ee623f3961c99e.tar.xz |
Make the IPRs use regular miscreg indexes, and make a table or two to find the miscreg index of a specific IPR.
--HG--
extra : convert_revision : dd235261e7086d6667b1b2bdc4a81b2573e21d53
Diffstat (limited to 'src/arch/alpha/SConscript')
-rw-r--r-- | src/arch/alpha/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/SConscript b/src/arch/alpha/SConscript index 216c88cc7..9a5680649 100644 --- a/src/arch/alpha/SConscript +++ b/src/arch/alpha/SConscript @@ -56,6 +56,7 @@ full_system_sources = Split(''' tlb.cc arguments.cc ev5.cc + ipr.cc osfpal.cc stacktrace.cc vtophys.cc |