summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2003-10-08 22:29:27 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2003-10-08 22:29:27 -0700
commita56b6caca91131c1f65a017022d1fc836e2c1561 (patch)
treeb7b2421b04cb232cccf5fba8ee51263b16fda59c
parent34af922d766585efdc8b7e2b69fd67eb88528ab3 (diff)
downloadgem5-a56b6caca91131c1f65a017022d1fc836e2c1561.tar.xz
Rename std_types.hh to the much more descriptive inst_seq.hh
base/res_list.hh: Don't need to include std_types.hh sim/exetrace.hh: Rename std_types.hh to inst_seq.hh --HG-- rename : sim/std_types.hh => sim/inst_seq.hh extra : convert_revision : 23698c9a83f1c19a6df8fa6f266ff4d8949a6cd9
-rw-r--r--base/res_list.hh1
-rw-r--r--sim/exetrace.hh2
-rw-r--r--sim/inst_seq.hh (renamed from sim/std_types.hh)0
3 files changed, 1 insertions, 2 deletions
diff --git a/base/res_list.hh b/base/res_list.hh
index b5eb209c9..a5005c906 100644
--- a/base/res_list.hh
+++ b/base/res_list.hh
@@ -30,7 +30,6 @@
#define __RES_LIST_HH__
#include "cprintf.hh"
-#include "std_types.hh"
#include <assert.h>
#define DEBUG_REMOVE 0
diff --git a/sim/exetrace.hh b/sim/exetrace.hh
index d5b9dc218..2eb7753e5 100644
--- a/sim/exetrace.hh
+++ b/sim/exetrace.hh
@@ -33,7 +33,7 @@
#include <vector>
#include "host.hh"
-#include "std_types.hh" // for InstSeqNum
+#include "inst_seq.hh" // for InstSeqNum
#include "trace.hh"
#include "exec_context.hh"
#include "static_inst.hh"
diff --git a/sim/std_types.hh b/sim/inst_seq.hh
index 9c3898ff7..9c3898ff7 100644
--- a/sim/std_types.hh
+++ b/sim/inst_seq.hh