384c384
< bool drained(ldstQueue.isDrained());
---
> bool drained = ldstQueue.isDrained() && instQueue.isDrained();