mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00: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