diff options
| author | 2021-05-28 17:45:05 -0700 | |
|---|---|---|
| committer | 2021-05-28 17:45:05 -0700 | |
| commit | 420b1f89d319308ba43d1f92976aec39a5c2e3fd (patch) | |
| tree | 91dc40b7158f4e1fcc16bf1d46f7121d03cacdc8 /src/core/arm/arm_interface.h | |
| parent | Merge pull request #6356 from ogniK5377/ApplyNpadSystemCommonPolicy (diff) | |
| parent | core/arm_interface: Call SVC after end of dynarmic block. (diff) | |
| download | yuzu-420b1f89d319308ba43d1f92976aec39a5c2e3fd.tar.gz yuzu-420b1f89d319308ba43d1f92976aec39a5c2e3fd.tar.xz yuzu-420b1f89d319308ba43d1f92976aec39a5c2e3fd.zip | |
Merge pull request #6371 from degasus/drop_ExceptionalExit
core/arm_interface: Call SVC after end of dynarmic block.
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 77094b48f..689e3ceb5 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -65,9 +65,6 @@ public: | |||
| 65 | /// Step CPU by one instruction | 65 | /// Step CPU by one instruction |
| 66 | virtual void Step() = 0; | 66 | virtual void Step() = 0; |
| 67 | 67 | ||
| 68 | /// Exits execution from a callback, the callback must rewind the stack | ||
| 69 | virtual void ExceptionalExit() = 0; | ||
| 70 | |||
| 71 | /// Clear all instruction cache | 68 | /// Clear all instruction cache |
| 72 | virtual void ClearInstructionCache() = 0; | 69 | virtual void ClearInstructionCache() = 0; |
| 73 | 70 | ||