diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-07-13 13:08:58 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-07-13 13:08:58 -0400 |
commit | a0a952d5ff8e27d34c7fa68fe5199c57670c53d1 (patch) | |
tree | d4de5593a4f289f30f3317a0e6e422a3da4c3cb2 /src/cpu/o3/cpu.hh | |
parent | 63c999edef982e995ab65e0a3d672b0d7900c6f3 (diff) | |
download | gem5-a0a952d5ff8e27d34c7fa68fe5199c57670c53d1.tar.xz |
Update for changes to draining.
--HG--
extra : convert_revision : 5038dd8be72827f40cf89318db0b2bb4f9bbd864
Diffstat (limited to 'src/cpu/o3/cpu.hh')
-rw-r--r-- | src/cpu/o3/cpu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh index 2fbd013ac..83cb966e3 100644 --- a/src/cpu/o3/cpu.hh +++ b/src/cpu/o3/cpu.hh @@ -330,7 +330,7 @@ class FullO3CPU : public BaseO3CPU /** Starts draining the CPU's pipeline of all instructions in * order to stop all memory accesses. */ - virtual bool drain(Event *drain_event); + virtual unsigned int drain(Event *drain_event); /** Resumes execution after a drain. */ virtual void resume(); |