diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-08-31 09:47:29 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-08-31 09:47:29 -0700 |
commit | c9d01c6557cadc263d5d7f097bed7377d4e340d9 (patch) | |
tree | a47c30a04e4deadb177f27d248de0dea446b24f6 /src/cpu/checker/cpu.hh | |
parent | 8f1f83d13d00f0c16b6f095332cc54a5f9727477 (diff) | |
download | gem5-c9d01c6557cadc263d5d7f097bed7377d4e340d9.tar.xz |
CPU: Get rid of the unused ev5_trap function on the simple and checker CPUs.
Diffstat (limited to 'src/cpu/checker/cpu.hh')
-rw-r--r-- | src/cpu/checker/cpu.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh index 73b27161a..a2f44106d 100644 --- a/src/cpu/checker/cpu.hh +++ b/src/cpu/checker/cpu.hh @@ -293,7 +293,6 @@ class CheckerCPU : public BaseCPU #if FULL_SYSTEM Fault hwrei() { return thread->hwrei(); } - void ev5_trap(Fault fault) { fault->invoke(tc); } bool simPalCheck(int palFunc) { return thread->simPalCheck(palFunc); } #else // Assume that the normal CPU's call to syscall was successful. |