mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
thumb32: Implement PLI variants
This commit is contained in:
parent
b2802aaf17
commit
c66afadbc1
4 changed files with 43 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ enum class Exception {
|
|||
PreloadData,
|
||||
/// A PLDW instruction was executed. (Hint instruction.)
|
||||
PreloadDataWithIntentToWrite,
|
||||
/// A PLI instruction was executed. (Hint instruction.)
|
||||
PreloadInstruction,
|
||||
};
|
||||
|
||||
/// These function pointers may be inserted into compiled code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue