56c56,58
< void invoke(ThreadContext * tc) {};
---
> void invoke(ThreadContext * tc,
> StaticInst::StaticInstPtr inst = StaticInst::nullStaticInstPtr)
> {}
114c116,117
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
130c133,134
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
158c162,163
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
172c177,178
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
234c240,241
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
260c267,268
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
274c282,283
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
287c296,297
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
300c310,311
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
313c324,325
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
327c339,340
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
341c354,355
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
354c368,369
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
370c385,386
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
388c404,405
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
403c420,421
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
418c436,437
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
433c452,453
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
448c468,469
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
463c484,485
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
478c500,501
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
493c516,517
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);
508c532,533
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInst::StaticInstPtr inst = nullStaticInstPtr);
570c595,596
< void invoke(ThreadContext * tc);
---
> void invoke(ThreadContext * tc,
> StaticInstPtr inst = StaticInst::nullStaticInstPtr);