summaryrefslogtreecommitdiff
path: root/cpu/inst_seq.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-04-24 17:11:31 -0400
committerKevin Lim <ktlim@umich.edu>2006-04-24 17:11:31 -0400
commit31e09892d750d0e6dc7de3d455e34808c159a420 (patch)
tree13e98cd1a807152dd271335a323791dc7debdc88 /cpu/inst_seq.hh
parente704960c80033dd008907caa7c24742a1020d302 (diff)
downloadgem5-31e09892d750d0e6dc7de3d455e34808c159a420.tar.xz
Include option for disabling PC symbols.
cpu/inst_seq.hh: cpu/o3/cpu.cc: cpu/ozone/cpu_builder.cc: cpu/ozone/thread_state.hh: SE build fixes. --HG-- extra : convert_revision : a4df6128533105f849b5469f62d83dffe299b7df
Diffstat (limited to 'cpu/inst_seq.hh')
-rw-r--r--cpu/inst_seq.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/inst_seq.hh b/cpu/inst_seq.hh
index 8de047af7..356d19df0 100644
--- a/cpu/inst_seq.hh
+++ b/cpu/inst_seq.hh
@@ -29,6 +29,8 @@
#ifndef __STD_TYPES_HH__
#define __STD_TYPES_HH__
+#include <stdint.h>
+
// inst sequence type, used to order instructions in the ready list,
// if this rolls over the ready list order temporarily will get messed
// up, but execution will continue and complete correctly