43c43
< getArgument(ThreadContext *tc, int number, bool fp)
---
> getArgument(ThreadContext *tc, int &number, uint8_t size, bool fp)
98a99,107
> void
> skipFunction(ThreadContext *tc)
> {
> Addr newpc = tc->readIntReg(ReturnAddressReg);
> tc->setPC(newpc);
> tc->setNextPC(tc->readPC() + sizeof(TheISA::MachInst));
> }
>
>