[*] Whoops? Disambiguate questionable if. Operator precedence shouldn't have yielded a different ast
This commit is contained in:
parent
4dddcb108e
commit
82370fea1d
@ -228,8 +228,8 @@ namespace Aurora::Debug
|
|||||||
|
|
||||||
if ((ExceptionInfo->ExceptionRecord->ExceptionCode == EH_EXCEPTION_NUMBER) &&
|
if ((ExceptionInfo->ExceptionRecord->ExceptionCode == EH_EXCEPTION_NUMBER) &&
|
||||||
(ExceptionInfo->ExceptionRecord->NumberParameters >= 4) &&
|
(ExceptionInfo->ExceptionRecord->NumberParameters >= 4) &&
|
||||||
(cxxThrow) ||
|
((cxxThrow) ||
|
||||||
(cxxThrowPure)
|
(cxxThrowPure))
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
HMODULE handle {};
|
HMODULE handle {};
|
||||||
|
Loading…
Reference in New Issue
Block a user