SCons: centralize the Dir() workaround for newer versions of scons.
[gem5.git] / src / arch / sparc / stacktrace.hh
index 4bc5d779b16319934e5ed35b6a22eb4636c88f34..929990fcbea9f8b9ee7e7a544d1b240c5082e57f 100644 (file)
@@ -61,7 +61,7 @@ namespace SparcISA
     class StackTrace
     {
       protected:
-        typedef TheISA::MachInst MachInst;
+        typedef SparcISA::MachInst MachInst;
       private:
         ThreadContext *tc;
         std::vector<Addr> stack;