146,147c146,147
< /** Starts switch out of IEW stage. */
< void switchOut();
---
> /** Drains IEW stage. */
> void drain();
148a149,151
> /** Resumes execution after a drain. */
> void resume();
>
150c153
< void doSwitchOut();
---
> void switchOut();