mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-30 19:24:42 +01:00
A32: Handle different variants of PLD
This commit is contained in:
parent
675f67e41d
commit
0fa0bca22a
6 changed files with 38 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue