Browse Source

* Fix bug #37519: no assembler

git-svn-id: trunk@46314 -
michael 5 years ago
parent
commit
b78a3fec98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/pas2js/stubcreator.pp

+ 1 - 1
utils/pas2js/stubcreator.pp

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