FpDebug (pure): Set uninitialized function result

git-svn-id: trunk@45766 -
This commit is contained in:
joost 2014-07-03 19:40:45 +00:00
parent e48fb34a9a
commit 3db6e1f4dc

View File

@ -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;