353c353
< void
---
> bool
356a357,364
>
> // If it's already drained, return true.
> if (rob->isEmpty() && !iewStage->hasStoresToWB()) {
> cpu->signalDrained();
> return true;
> }
>
> return false;