mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-26 17:24:57 +01:00
basic_block: Fix bogus GCC maybe-uninitialized warning
This commit is contained in:
parent
1fb0957aa3
commit
47661b746b
3 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ const Block::InstructionList& Block::Instructions() const {
|
|||
return instructions;
|
||||
}
|
||||
|
||||
const Terminal& Block::GetTerminal() const {
|
||||
Terminal Block::GetTerminal() const {
|
||||
return terminal;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue