mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-11 22:42:25 +02:00
A32: Handle different variants of PLD
This commit is contained in:
@@ -36,6 +36,8 @@ enum class Exception {
|
||||
Breakpoint,
|
||||
/// A PLD instruction was executed.
|
||||
PreloadData,
|
||||
/// A PLDW instruction was executed.
|
||||
PreloadDataWithIntentToWrite,
|
||||
};
|
||||
|
||||
/// These function pointers may be inserted into compiled code.
|
||||
|
||||
Reference in New Issue
Block a user