diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-02-02 18:14:11 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-02-02 18:14:11 -0800 |
commit | b79f6b3273057d99809aced133333552778fd055 (patch) | |
tree | 4b0270ff2751e544984f5d8e6c79f52268e02f05 /cpu/exec_context.hh | |
parent | 548b4a1cb045c6675692e8ed7c6375ebb808c803 (diff) | |
download | gem5-b79f6b3273057d99809aced133333552778fd055.tar.xz |
insn->inst
--HG--
extra : convert_revision : fcc556fb7e65855ec3c04ef272177c8e7a38fff9
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r-- | cpu/exec_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh index 768f2e7d4..e9dc5efec 100644 --- a/cpu/exec_context.hh +++ b/cpu/exec_context.hh @@ -158,7 +158,7 @@ class ExecContext * number of executed instructions, for matching with syscall trace * points in EIO files. */ - Counter func_exe_insn; + Counter func_exe_inst; // // Count failed store conditionals so we can warn of apparent |