Browse Source

* extdebug fixes

peter 24 năm trước cách đây
mục cha
commit
2c2b7bbf1e
2 tập tin đã thay đổi với 14 bổ sung2 xóa
  1. 7 1
      compiler/i386/ag386int.pas
  2. 7 1
      compiler/pass_1.pas

+ 7 - 1
compiler/i386/ag386int.pas

@@ -44,6 +44,9 @@ interface
 {$endif}
 {$endif}
       cutils,globtype,globals,systems,cobjects,
       cutils,globtype,globals,systems,cobjects,
       verbose,cpubase,cpuasm
       verbose,cpubase,cpuasm
+{$ifdef extdebug}
+      ,fmodule
+{$endif extdebug}
       ;
       ;
 
 
     const
     const
@@ -637,7 +640,10 @@ ait_stab_function_name : ;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-11-29 00:30:43  florian
+  Revision 1.3  2000-12-18 21:56:52  peter
+    * extdebug fixes
+
+  Revision 1.2  2000/11/29 00:30:43  florian
     * unused units removed from uses clause
     * unused units removed from uses clause
     * some changes for widestrings
     * some changes for widestrings
 
 

+ 7 - 1
compiler/pass_1.pas

@@ -42,6 +42,9 @@ implementation
       globtype,systems,
       globtype,systems,
       cutils,cobjects,globals,
       cutils,cobjects,globals,
       hcodegen,
       hcodegen,
+{$ifdef extdebug}
+      htypechk,
+{$endif extdebug}
       tgcpu
       tgcpu
 {$ifdef newcg}
 {$ifdef newcg}
       ,cgbase
       ,cgbase
@@ -144,7 +147,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2000-11-29 00:30:35  florian
+  Revision 1.11  2000-12-18 21:56:52  peter
+    * extdebug fixes
+
+  Revision 1.10  2000/11/29 00:30:35  florian
     * unused units removed from uses clause
     * unused units removed from uses clause
     * some changes for widestrings
     * some changes for widestrings