mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-04 04:25:58 +02:00
fuzz_with_unicorn: Skip instructions that need to be interpreted
This commit is contained in:
@@ -84,7 +84,7 @@ const Block::InstructionList& Block::Instructions() const {
|
||||
return instructions;
|
||||
}
|
||||
|
||||
Terminal Block::GetTerminal() const {
|
||||
const Terminal& Block::GetTerminal() const {
|
||||
return terminal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user