mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* free the temporary assembler writer created for writing the code of pure
assembler routines git-svn-id: trunk@34887 -
This commit is contained in:
parent
b28221349e
commit
bdfd588b47
@ -1295,6 +1295,7 @@ implementation
|
|||||||
a.WriteTree(current_asmdata.asmlists[hal]);
|
a.WriteTree(current_asmdata.asmlists[hal]);
|
||||||
writer.decorator:=nil;
|
writer.decorator:=nil;
|
||||||
decorator.free;
|
decorator.free;
|
||||||
|
a.free;
|
||||||
end;
|
end;
|
||||||
writer.AsmWriteLn(asminfo^.comment+'End asmlist '+AsmlistTypeStr[hal]);
|
writer.AsmWriteLn(asminfo^.comment+'End asmlist '+AsmlistTypeStr[hal]);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user