[*] Whoops? Disambiguate questionable if. Operator precedence shouldn't have yielded a different ast

This commit is contained in:
Reece Wilson 2022-01-18 14:39:39 +00:00
parent 4dddcb108e
commit 82370fea1d

View File

@ -228,8 +228,8 @@ namespace Aurora::Debug
if ((ExceptionInfo->ExceptionRecord->ExceptionCode == EH_EXCEPTION_NUMBER) &&
(ExceptionInfo->ExceptionRecord->NumberParameters >= 4) &&
(cxxThrow) ||
(cxxThrowPure)
((cxxThrow) ||
(cxxThrowPure))
)
{
HMODULE handle {};