* free the temporary assembler writer created for writing the code of pure

assembler routines

git-svn-id: trunk@34887 -
This commit is contained in:
Jonas Maebe 2016-11-13 16:06:17 +00:00
parent b28221349e
commit bdfd588b47

View File

@ -1295,6 +1295,7 @@ implementation
a.WriteTree(current_asmdata.asmlists[hal]);
writer.decorator:=nil;
decorator.free;
a.free;
end;
writer.AsmWriteLn(asminfo^.comment+'End asmlist '+AsmlistTypeStr[hal]);
end;