Added a flattenIntIndex function for Alpha.
--HG-- extra : convert_revision : 5ed79ed18e443118a28d6890327c55a6a3fcd325
This commit is contained in:
parent
2dcf00bc8b
commit
b3cfa6ec42
1 changed files with 5 additions and 0 deletions
|
@ -189,6 +189,11 @@ namespace AlphaISA
|
|||
}
|
||||
};
|
||||
|
||||
static inline int flattenIntIndex(ThreadContext * tc, int reg)
|
||||
{
|
||||
return reg;
|
||||
}
|
||||
|
||||
void copyRegs(ThreadContext *src, ThreadContext *dest);
|
||||
|
||||
void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
|
||||
|
|
Loading…
Reference in a new issue