Fix logical-op parenthesis error from clang.
This commit is contained in:
@@ -282,7 +282,7 @@ bool Emulator::ExceptionCallback(Exception* ex) {
|
|||||||
auto code_end = code_base + code_cache->total_size();
|
auto code_end = code_base + code_cache->total_size();
|
||||||
|
|
||||||
if (!debugger() ||
|
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
|
// If Xenia's debugger isn't attached but another one is, pass it to that
|
||||||
// debugger.
|
// debugger.
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user