* problems wih extdebug cond. solved

This commit is contained in:
pierre 2000-09-19 23:09:07 +00:00
parent 3c7b44cb99
commit e4d06a5485
3 changed files with 19 additions and 10 deletions

View File

@ -41,7 +41,7 @@ implementation
uses uses
globtype,systems, globtype,systems,
cobjects,verbose,globals, cutils,cobjects,verbose,globals,
symconst,aasm,types, symconst,aasm,types,
{$ifdef GDB} {$ifdef GDB}
strings,gdb, strings,gdb,
@ -1525,7 +1525,7 @@ implementation
exprasmlist^.concat(new(pai_asm_comment,init(strpnew('End of inlined proc')))); exprasmlist^.concat(new(pai_asm_comment,init(strpnew('End of inlined proc'))));
{$endif extdebug} {$endif extdebug}
exprasmlist^.concat(new(Pai_Marker, Init(InlineEnd))); exprasmlist^.concat(new(Pai_Marker, Init(InlineEnd)));
{we can free the local data now, reset also the fixup address } {we can free the local data now, reset also the fixup address }
if st^.datasize>0 then if st^.datasize>0 then
begin begin
@ -1589,7 +1589,10 @@ implementation
end. end.
{ {
$Log$ $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 * fixed for with and local object loading
Revision 1.8 2000/09/10 20:18:06 peter 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 Revision 1.2 2000/07/13 11:32:32 michael
+ removed logs + removed logs
} }

View File

@ -169,7 +169,7 @@ unit og386cff;
implementation implementation
uses uses
strings,verbose, cutils,strings,verbose,
globtype,globals,fmodule; globtype,globals,fmodule;
const const
@ -1038,7 +1038,10 @@ unit og386cff;
end. end.
{ {
$Log$ $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 * moved some util functions from globals,cobjects to cutils
* splitted files into finput,fmodule * splitted files into finput,fmodule
@ -1052,4 +1055,4 @@ end.
Revision 1.2 2000/07/13 11:32:43 michael Revision 1.2 2000/07/13 11:32:43 michael
+ removed logs + removed logs
} }

View File

@ -37,7 +37,7 @@ implementation
uses uses
globtype,systems, globtype,systems,
cobjects,verbose,globals, cutils,cobjects,verbose,globals,
aasm,symtable,types, aasm,symtable,types,
htypechk, htypechk,
tcadd,tccal,tccnv,tccon,tcflw, tcadd,tccal,tccnv,tccon,tcflw,
@ -390,7 +390,10 @@ implementation
end. end.
{ {
$Log$ $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 + removed logs
} }