* Fix bug #37519: no assembler

git-svn-id: trunk@46314 -
This commit is contained in:
michael 2020-08-08 08:01:06 +00:00
parent e4f38da5bb
commit b78a3fec98

View File

@ -340,7 +340,7 @@ begin
FLineNumberWidth:=4;
FIndentSize:=2;
FExtraUnits:='';
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc];
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm];
end;
destructor TStubCreator.Destroy;