mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:29:25 +02:00
* fixed asmlist dispose for 0.99.5
This commit is contained in:
parent
2427558f74
commit
735e41d7d2
@ -303,9 +303,13 @@ done:
|
|||||||
{$endif Splitheap}
|
{$endif Splitheap}
|
||||||
|
|
||||||
{ restore old state, close trees }
|
{ restore old state, close trees }
|
||||||
{$ifndef go32v2}
|
{$ifdef VER0_99_5}
|
||||||
{$ifndef linux}
|
|
||||||
if dispose_asm_lists then
|
if dispose_asm_lists then
|
||||||
|
{$else}
|
||||||
|
{$ifndef go32v2}
|
||||||
|
{$ifndef linux}
|
||||||
|
if dispose_asm_lists then
|
||||||
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
codegen_donemodule;
|
codegen_donemodule;
|
||||||
@ -395,7 +399,10 @@ done:
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.33 1998-08-10 14:50:07 peter
|
Revision 1.34 1998-08-10 23:58:56 peter
|
||||||
|
* fixed asmlist dispose for 0.99.5
|
||||||
|
|
||||||
|
Revision 1.33 1998/08/10 14:50:07 peter
|
||||||
+ localswitches, moduleswitches, globalswitches splitting
|
+ localswitches, moduleswitches, globalswitches splitting
|
||||||
|
|
||||||
Revision 1.32 1998/08/10 10:18:28 peter
|
Revision 1.32 1998/08/10 10:18:28 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user