2c2
< * Copyright (c) 2011 ARM Limited
---
> * Copyright (c) 2011-2012 ARM Limited
147,148c147,148
< /** Switches out the instruction queue. */
< void switchOut();
---
> /** Perform sanity checks after a drain. */
> void drainSanityCheck() const;
153,155d152
< /** Returns if the IQ is switched out. */
< bool isSwitchedOut() { return switchedOut; }
<
431,433d427
< /** Is the IQ switched out. */
< bool switchedOut;
<