830c830
< bool readPredicate()
---
> bool readPredicate() const
858c858
< bool eaSrcsReady();
---
> bool eaSrcsReady() const;
864c864
< bool hasRequest() { return instFlags[ReqMade]; }
---
> bool hasRequest() const { return instFlags[ReqMade]; }