mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 05:34:42 +01:00
fuzz_with_unicorn: Skip instructions that need to be interpreted
This commit is contained in:
parent
4be55b8b84
commit
ca38225e08
3 changed files with 4 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ public:
|
|||
const InstructionList& Instructions() const;
|
||||
|
||||
/// Gets the terminal instruction for this basic block.
|
||||
Terminal GetTerminal() const;
|
||||
const Terminal& GetTerminal() const;
|
||||
/// Sets the terminal instruction for this basic block.
|
||||
void SetTerminal(Terminal term);
|
||||
/// Replaces the terminal instruction for this basic block.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue