Power: Implement a stub for getArgument.
This commit is contained in:
@@ -55,6 +55,13 @@ copyRegs(ThreadContext *src, ThreadContext *dest)
|
||||
dest->pcState(src->pcState());
|
||||
}
|
||||
|
||||
uint64_t
|
||||
getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp)
|
||||
{
|
||||
panic("getArgument not implemented for POWER.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
skipFunction(ThreadContext *tc)
|
||||
{
|
||||
|
||||
@@ -78,6 +78,8 @@ advancePC(PCState &pc, const StaticInstPtr inst)
|
||||
pc.advance();
|
||||
}
|
||||
|
||||
uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp);
|
||||
|
||||
static inline bool
|
||||
inUserMode(ThreadContext *tc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user