mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-26 09:14:54 +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
|
|
@ -84,7 +84,7 @@ const Block::InstructionList& Block::Instructions() const {
|
|||
return instructions;
|
||||
}
|
||||
|
||||
Terminal Block::GetTerminal() const {
|
||||
const Terminal& Block::GetTerminal() const {
|
||||
return terminal;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue