summaryrefslogtreecommitdiff
path: root/src/arch/alpha/isa/main.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-31 16:02:28 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-10-31 16:02:28 -0500
commitece796ab8af23705f3f4d7bd12ee623f3961c99e (patch)
tree29f7e1786617c0eb5f57a59359c8cdb1d69743ba /src/arch/alpha/isa/main.isa
parent3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee (diff)
downloadgem5-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/isa/main.isa')
-rw-r--r--src/arch/alpha/isa/main.isa1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/isa/main.isa b/src/arch/alpha/isa/main.isa
index 1df6ac603..06d3e8243 100644
--- a/src/arch/alpha/isa/main.isa
+++ b/src/arch/alpha/isa/main.isa
@@ -71,6 +71,7 @@ output exec {{
#if FULL_SYSTEM
#include "sim/pseudo_inst.hh"
#endif
+#include "arch/alpha/ipr.hh"
#include "base/fenv.hh"
#include "config/ss_compatible_fp.hh"
#include "cpu/base.hh"