mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix uninitialized variable warnings (C26495)
This commit is contained in:
@ -31,7 +31,7 @@ struct InstructionAttributes
|
||||
|
||||
struct TraceOutput
|
||||
{
|
||||
u32 address;
|
||||
u32 address = 0;
|
||||
std::optional<u32> memory_target = std::nullopt;
|
||||
std::string instruction;
|
||||
};
|
||||
|
Reference in New Issue
Block a user