From b79f6b3273057d99809aced133333552778fd055 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 2 Feb 2004 18:14:11 -0800 Subject: insn->inst --HG-- extra : convert_revision : fcc556fb7e65855ec3c04ef272177c8e7a38fff9 --- cpu/exec_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/exec_context.hh') 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 -- cgit v1.2.3