浏览代码

* problems wih extdebug cond. solved

pierre 25 年之前
父节点
当前提交
e4d06a5485
共有 3 个文件被更改,包括 19 次插入10 次删除
  1. 7 4
      compiler/cg386cal.pas
  2. 6 3
      compiler/og386cff.pas
  3. 6 3
      compiler/pass_1.pas

+ 7 - 4
compiler/cg386cal.pas

@@ -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
 
-}
+}

+ 6 - 3
compiler/og386cff.pas

@@ -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
 
-}
+}

+ 6 - 3
compiler/pass_1.pas

@@ -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
 
-}
+}