Arm: Get rid of unused and incomplete setCp15Register and readCp15Register.
This commit is contained in:
@@ -112,21 +112,6 @@ getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp)
|
||||
#endif
|
||||
}
|
||||
|
||||
Fault
|
||||
setCp15Register(uint32_t &Rd, int CRn, int opc1, int CRm, int opc2)
|
||||
{
|
||||
return new UnimpFault(csprintf("MCR CP15: CRn: %d opc1: %d CRm: %d opc1: %d\n",
|
||||
CRn, opc1, CRm, opc2));
|
||||
}
|
||||
|
||||
Fault
|
||||
readCp15Register(uint32_t &Rd, int CRn, int opc1, int CRm, int opc2)
|
||||
{
|
||||
return new UnimpFault(csprintf("MRC CP15: CRn: %d opc1: %d CRm: %d opc1: %d\n",
|
||||
CRn, opc1, CRm, opc2));
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
skipFunction(ThreadContext *tc)
|
||||
{
|
||||
|
||||
@@ -156,9 +156,6 @@ neonEnabled(CPACR cpacr, CPSR cpsr, FPEXC fpexc)
|
||||
}
|
||||
|
||||
uint64_t getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp);
|
||||
|
||||
Fault setCp15Register(uint32_t &Rd, int CRn, int opc1, int CRm, int opc2);
|
||||
Fault readCp15Register(uint32_t &Rd, int CRn, int opc1, int CRm, int opc2);
|
||||
|
||||
void skipFunction(ThreadContext *tc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user