mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* problems wih extdebug cond. solved
This commit is contained in:
parent
3c7b44cb99
commit
e4d06a5485
@ -41,7 +41,7 @@ implementation
|
||||
|
||||
uses
|
||||
globtype,systems,
|
||||
cobjects,verbose,globals,
|
||||
cutils,cobjects,verbose,globals,
|
||||
symconst,aasm,types,
|
||||
{$ifdef GDB}
|
||||
strings,gdb,
|
||||
@ -1525,7 +1525,7 @@ implementation
|
||||
exprasmlist^.concat(new(pai_asm_comment,init(strpnew('End of inlined proc'))));
|
||||
{$endif extdebug}
|
||||
exprasmlist^.concat(new(Pai_Marker, Init(InlineEnd)));
|
||||
|
||||
|
||||
{we can free the local data now, reset also the fixup address }
|
||||
if st^.datasize>0 then
|
||||
begin
|
||||
@ -1589,7 +1589,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 2000-09-16 12:21:56 peter
|
||||
Revision 1.10 2000-09-19 23:09:07 pierre
|
||||
* problems wih extdebug cond. solved
|
||||
|
||||
Revision 1.9 2000/09/16 12:21:56 peter
|
||||
* fixed for with and local object loading
|
||||
|
||||
Revision 1.8 2000/09/10 20:18:06 peter
|
||||
@ -1612,4 +1615,4 @@ end.
|
||||
Revision 1.2 2000/07/13 11:32:32 michael
|
||||
+ removed logs
|
||||
|
||||
}
|
||||
}
|
@ -169,7 +169,7 @@ unit og386cff;
|
||||
implementation
|
||||
|
||||
uses
|
||||
strings,verbose,
|
||||
cutils,strings,verbose,
|
||||
globtype,globals,fmodule;
|
||||
|
||||
const
|
||||
@ -1038,7 +1038,10 @@ unit og386cff;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2000-08-27 16:11:51 peter
|
||||
Revision 1.6 2000-09-19 23:09:07 pierre
|
||||
* problems wih extdebug cond. solved
|
||||
|
||||
Revision 1.5 2000/08/27 16:11:51 peter
|
||||
* moved some util functions from globals,cobjects to cutils
|
||||
* splitted files into finput,fmodule
|
||||
|
||||
@ -1052,4 +1055,4 @@ end.
|
||||
Revision 1.2 2000/07/13 11:32:43 michael
|
||||
+ removed logs
|
||||
|
||||
}
|
||||
}
|
@ -37,7 +37,7 @@ implementation
|
||||
|
||||
uses
|
||||
globtype,systems,
|
||||
cobjects,verbose,globals,
|
||||
cutils,cobjects,verbose,globals,
|
||||
aasm,symtable,types,
|
||||
htypechk,
|
||||
tcadd,tccal,tccnv,tccon,tcflw,
|
||||
@ -390,7 +390,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2000-07-13 11:32:44 michael
|
||||
Revision 1.3 2000-09-19 23:09:07 pierre
|
||||
* problems wih extdebug cond. solved
|
||||
|
||||
Revision 1.2 2000/07/13 11:32:44 michael
|
||||
+ removed logs
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user