mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 18:59:10 +02:00
FpDebug (pure): Set uninitialized function result
git-svn-id: trunk@45766 -
This commit is contained in:
parent
e48fb34a9a
commit
3db6e1f4dc
@ -299,6 +299,7 @@ begin
|
||||
if aKernResult <> KERN_SUCCESS then
|
||||
begin
|
||||
Log('Failed to call thread_set_state for thread %d. Mach error: '+mach_error_string(aKernResult),[Id]);
|
||||
result := false;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user