ISA: Get rid of FlattenIntIndex function.
This commit is contained in:
@@ -71,8 +71,6 @@ namespace SparcISA
|
||||
|
||||
void clear();
|
||||
|
||||
int FlattenIntIndex(int reg);
|
||||
|
||||
MiscReg readMiscRegNoEffect(int miscReg);
|
||||
|
||||
MiscReg readMiscReg(int miscReg, ThreadContext *tc);
|
||||
|
||||
@@ -97,8 +97,6 @@ namespace X86ISA
|
||||
|
||||
void clear();
|
||||
|
||||
int FlattenIntIndex(int reg);
|
||||
|
||||
MiscReg readMiscRegNoEffect(int miscReg);
|
||||
|
||||
MiscReg readMiscReg(int miscReg, ThreadContext *tc);
|
||||
|
||||
Reference in New Issue
Block a user