summaryrefslogtreecommitdiff
path: root/cpu/inst_seq.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-02-10 20:06:44 -0500
committerAli Saidi <saidi@eecs.umich.edu>2006-02-10 20:06:44 -0500
commitf2e97427be8e0787301ac83b05a7cac2bf2424db (patch)
treee71d068328bbee0959577220ebc614f9daa2d71a /cpu/inst_seq.hh
parent3923eec0ef46dd1ce7ed2ef0cbc68419a0161796 (diff)
parentac6240896e26dd709dc17298ba093d32860b947f (diff)
downloadgem5-f2e97427be8e0787301ac83b05a7cac2bf2424db.tar.xz
Merge zizzer:/bk/m5
into pb15.local:/Users/ali/work/m5.head --HG-- extra : convert_revision : b8631bcea38e3a75e4442927500ddfc7763ba9cf
Diffstat (limited to 'cpu/inst_seq.hh')
-rw-r--r--cpu/inst_seq.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/inst_seq.hh b/cpu/inst_seq.hh
index 3239d4d24..8de047af7 100644
--- a/cpu/inst_seq.hh
+++ b/cpu/inst_seq.hh
@@ -32,7 +32,7 @@
// 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
-typedef unsigned long long InstSeqNum;
+typedef uint64_t InstSeqNum;
// inst tag type, used to tag an operation instance in the IQ
typedef unsigned int InstTag;