core: Fix breakpoint.cc
This commit is contained in:
@@ -63,7 +63,7 @@ BreakpointFallback()
|
||||
*/
|
||||
if (a == nullptr)
|
||||
{
|
||||
*a = nullptr;
|
||||
*a = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user