diff options
| author | 2016-08-28 22:21:24 -0700 | |
|---|---|---|
| committer | 2016-08-28 22:21:24 -0700 | |
| commit | 474586bc53eb6fda40fb0db23ea1d50d32af28b6 (patch) | |
| tree | 49df9979f3351f3eac26d8a74e25c5181ba35e6c /src/core/arm/arm_interface.h | |
| parent | Merge pull request #1987 from Lectem/ipcdescriptors (diff) | |
| parent | LDR: Implement CRO (diff) | |
| download | yuzu-474586bc53eb6fda40fb0db23ea1d50d32af28b6.tar.gz yuzu-474586bc53eb6fda40fb0db23ea1d50d32af28b6.tar.xz yuzu-474586bc53eb6fda40fb0db23ea1d50d32af28b6.zip | |
Merge pull request #1948 from wwylele/cro++
Implemented CRO
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index d8abe5aeb..de5e9c8fa 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -32,6 +32,9 @@ public: | |||
| 32 | Run(1); | 32 | Run(1); |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | /// Clear all instruction cache | ||
| 36 | virtual void ClearInstructionCache() = 0; | ||
| 37 | |||
| 35 | /** | 38 | /** |
| 36 | * Set the Program Counter to an address | 39 | * Set the Program Counter to an address |
| 37 | * @param addr Address to set PC to | 40 | * @param addr Address to set PC to |