Browse Source

* generation of LOCALS @@ removed

florian 26 years ago
parent
commit
23a62aa23a
1 changed files with 7 additions and 2 deletions
  1. 7 2
      compiler/ag386int.pas

+ 7 - 2
compiler/ag386int.pas

@@ -558,7 +558,9 @@ ait_stab_function_name : ;
                           hp:=pai(hp^.next);
                         end;
                        AsmWriteLn(#9'.386p');
-                       AsmWriteLn(#9'LOCALS '+target_asm.labelprefix);
+                       { I was told that this isn't necesarry because }
+                       { the labels generated by FPC are unique (FK)  }
+                       { AsmWriteLn(#9'LOCALS '+target_asm.labelprefix); }
                        if lastsec<>sec_none then
                           AsmWriteLn('_'+target_asm.secnames[lastsec]+#9#9+
                                      'SEGMENT'#9'PARA PUBLIC USE32 '''+
@@ -629,7 +631,10 @@ ait_stab_function_name : ;
 end.
 {
   $Log$
-  Revision 1.56  1999-11-06 14:34:16  peter
+  Revision 1.57  1999-12-19 17:36:25  florian
+    * generation of LOCALS @@ removed
+
+  Revision 1.56  1999/11/06 14:34:16  peter
     * truncated log to 20 revs
 
   Revision 1.55  1999/11/02 15:06:56  peter