summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-14 03:57:42 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-14 03:57:42 -0500
commit085b73fe445f75504ca042135495dfede1d55d45 (patch)
tree9eb2e1008c0a29b419f26e41e1c1d435fdae4f99
parent9f584bcc6f247b844dc699bab38c684128c5afd2 (diff)
downloadgem5-085b73fe445f75504ca042135495dfede1d55d45.tar.xz
Fixed a path in the alpha isa description.
--HG-- extra : convert_revision : 2a73ef7703ffe5c5232619698a16c8b4ee265a21
-rw-r--r--arch/alpha/isa/main.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/isa/main.isa b/arch/alpha/isa/main.isa
index a2860f17b..ef4d83ce2 100644
--- a/arch/alpha/isa/main.isa
+++ b/arch/alpha/isa/main.isa
@@ -50,7 +50,7 @@ output exec {{
#include <math.h>
#if FULL_SYSTEM
-#include "arch/alpha/pseudo_inst.hh"
+#include "sim/pseudo_inst.hh"
#endif
#include "base/fenv.hh"
#include "config/ss_compatible_fp.hh"