Added a flattenIntIndex function for Alpha.
--HG-- extra : convert_revision : 5ed79ed18e443118a28d6890327c55a6a3fcd325
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user