89c89,90
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
117c118,119
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
131c133,134
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
153c156,157
< void invoke(ThreadContext * tc)
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr)
330c334,335
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
400c405,406
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
410c416,417
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);