ARM: add ClearInstructionCache function
This commit is contained in:
parent
b2df959733
commit
2161f52661
3 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,9 @@ public:
|
|||
Run(1);
|
||||
}
|
||||
|
||||
/// Clear all instruction cache
|
||||
virtual void ClearInstructionCache() = 0;
|
||||
|
||||
/**
|
||||
* Set the Program Counter to an address
|
||||
* @param addr Address to set PC to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue