A32: Handle different variants of PLD

This commit is contained in:
Lioncash
2019-05-02 20:03:33 -04:00
committed by MerryMage
parent 675f67e41d
commit 0fa0bca22a
6 changed files with 38 additions and 6 deletions

View File

@@ -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.