Fix logical-op parenthesis error from clang.
This commit is contained in:
parent
7fb4fd2790
commit
f3a4e1146f
|
@ -282,7 +282,7 @@ bool Emulator::ExceptionCallback(Exception* ex) {
|
|||
auto code_end = code_base + code_cache->total_size();
|
||||
|
||||
if (!debugger() ||
|
||||
!debugger()->is_attached() && debugging::IsDebuggerAttached()) {
|
||||
(!debugger()->is_attached() && debugging::IsDebuggerAttached())) {
|
||||
// If Xenia's debugger isn't attached but another one is, pass it to that
|
||||
// debugger.
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue