summaryrefslogtreecommitdiff
path: root/cpu/base_cpu.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2004-02-02 18:14:11 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2004-02-02 18:14:11 -0800
commitb79f6b3273057d99809aced133333552778fd055 (patch)
tree4b0270ff2751e544984f5d8e6c79f52268e02f05 /cpu/base_cpu.hh
parent548b4a1cb045c6675692e8ed7c6375ebb808c803 (diff)
downloadgem5-b79f6b3273057d99809aced133333552778fd055.tar.xz
insn->inst
--HG-- extra : convert_revision : fcc556fb7e65855ec3c04ef272177c8e7a38fff9
Diffstat (limited to 'cpu/base_cpu.hh')
-rw-r--r--cpu/base_cpu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/base_cpu.hh b/cpu/base_cpu.hh
index af1f34b67..648035732 100644
--- a/cpu/base_cpu.hh
+++ b/cpu/base_cpu.hh
@@ -128,7 +128,7 @@ class BaseCPU : public SimObject
* scheduling events based on number of instructions committed by
* a particular thread.
*/
- EventQueue **comInsnEventQueue;
+ EventQueue **comInstEventQueue;
/**
* Vector of per-thread load-based event queues. Used for