36a37
> #include "mem/request.hh"
52c53,54
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
119c121,122
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
154c157,158
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
173c177,178
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
252c257,258
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
269c275,276
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);