mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-19 19:36:26 +01:00
compiler: fixed ctask reload result
This commit is contained in:
parent
b32ecf3459
commit
25da45f666
@ -276,7 +276,7 @@ begin
|
||||
if m.do_reload then
|
||||
begin
|
||||
tppumodule(m).reload;
|
||||
exit;
|
||||
exit(false);
|
||||
end;
|
||||
{$ENDIF}
|
||||
case m.state of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user