mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-12 16:11:29 +02:00
basic_block: Fix bogus GCC maybe-uninitialized warning
This commit is contained in:
@@ -84,7 +84,7 @@ const Block::InstructionList& Block::Instructions() const {
|
||||
return instructions;
|
||||
}
|
||||
|
||||
const Terminal& Block::GetTerminal() const {
|
||||
Terminal Block::GetTerminal() const {
|
||||
return terminal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user