Added basic flatten function for mips.
--HG-- extra : convert_revision : 2c32851584001734d139f36c4d58c5e61067fcfc
This commit is contained in:
@@ -173,6 +173,11 @@ namespace MipsISA
|
||||
}
|
||||
};
|
||||
|
||||
static inline int flattenIntIndex(ThreadContext * tc, int reg)
|
||||
{
|
||||
return reg;
|
||||
}
|
||||
|
||||
void copyRegs(ThreadContext *src, ThreadContext *dest);
|
||||
|
||||
void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
|
||||
|
||||
Reference in New Issue
Block a user