Misc: clang-cl warning clean-up
This commit is contained in:
@ -561,7 +561,8 @@ void LogCurrentState()
|
||||
|
||||
CodeBlockKey GetNextBlockKey()
|
||||
{
|
||||
CodeBlockKey key = {};
|
||||
CodeBlockKey key;
|
||||
key.bits = 0;
|
||||
key.SetPC(g_state.pc);
|
||||
key.user_mode = InUserMode();
|
||||
return key;
|
||||
|
||||
Reference in New Issue
Block a user