mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
A64: Implement BRK
Currently, we can just implement this as part of the exception interface, similar to how it's done for the A32 interface with BKPT.
This commit is contained in:
@@ -38,6 +38,8 @@ enum class Exception {
|
||||
SendEventLocal,
|
||||
/// A YIELD instruction was executed.
|
||||
Yield,
|
||||
/// A BRK instruction was executed.
|
||||
Breakpoint,
|
||||
};
|
||||
|
||||
enum class DataCacheOperation {
|
||||
|
||||
Reference in New Issue
Block a user