core: Fix breakpoint.cc

This commit is contained in:
Eduardo Almeida
2022-10-15 20:50:57 +01:00
parent e1d1d1bc00
commit f0709d9799

View File

@@ -63,7 +63,7 @@ BreakpointFallback()
*/
if (a == nullptr)
{
*a = nullptr;
*a = 0;
}
}