diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-08 22:29:27 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-08 22:29:27 -0700 |
commit | a56b6caca91131c1f65a017022d1fc836e2c1561 (patch) | |
tree | b7b2421b04cb232cccf5fba8ee51263b16fda59c /sim | |
parent | 34af922d766585efdc8b7e2b69fd67eb88528ab3 (diff) | |
download | gem5-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
Diffstat (limited to 'sim')
-rw-r--r-- | sim/exetrace.hh | 2 | ||||
-rw-r--r-- | sim/inst_seq.hh (renamed from sim/std_types.hh) | 0 |
2 files changed, 1 insertions, 1 deletions
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 |