protection against loop with DCompiler.global, fix before rising

This commit is contained in:
Basile Burg 2019-12-26 14:23:21 +01:00
parent a517e313ae
commit c86206d218
1 changed files with 1 additions and 1 deletions

View File

@ -245,8 +245,8 @@ procedure TCompilersPaths.checkIfGlobalIsGlobal;
begin
if globalCompiler = DCompiler.global then
begin
raise Exception.Create('global compiler should not be set to DCompiler.global');
globalCompiler := low(DCompiler);
raise Exception.Create('global compiler should not be set to DCompiler.global');
end;
end;