瀏覽代碼

* Stab generation bug fixed

daniel 21 年之前
父節點
當前提交
9b33343e90
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/symsym.pas

+ 5 - 2
compiler/symsym.pas

@@ -2171,7 +2171,7 @@ implementation
           { sets are not recognized by GDB}
           { sets are not recognized by GDB}
           {***}
           {***}
       end;
       end;
-      stabstring:=stabstr_evaluate('"${name}:c=$1",${N_FUNCTION},0,${line},0;',[st]);
+      stabstring:=stabstr_evaluate('"${name}:c=$1;",${N_FUNCTION},0,${line},0',[st]);
     end;
     end;
 {$endif GDB}
 {$endif GDB}
 
 
@@ -2547,7 +2547,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.146  2004-01-26 22:08:20  daniel
+  Revision 1.147  2004-01-27 22:45:30  daniel
+    * Stab generation bug fixed
+
+  Revision 1.146  2004/01/26 22:08:20  daniel
     * Bugfix on constant strings stab generation. Never worked and still
     * Bugfix on constant strings stab generation. Never worked and still
       doesn't work for unknown reasons.
       doesn't work for unknown reasons.