Browse Source

- offsetfixup removed

florian 21 năm trước cách đây
mục cha
commit
cf6f4fb550
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      compiler/sparc/cpugas.pas

+ 4 - 3
compiler/sparc/cpugas.pas

@@ -47,8 +47,6 @@ implementation
         GetReferenceString:='';
         GetReferenceString:='';
         with ref do
         with ref do
           begin
           begin
-            inc(offset,offsetfixup);
-            offsetfixup:=0;
             if (base=NR_NO) and (index=NR_NO) then
             if (base=NR_NO) and (index=NR_NO) then
               begin
               begin
                  if assigned(symbol) then
                  if assigned(symbol) then
@@ -171,7 +169,10 @@ begin
 end.
 end.
 {
 {
     $Log$
     $Log$
-    Revision 1.26  2004-06-16 20:07:10  florian
+    Revision 1.27  2004-06-20 07:11:32  florian
+      - offsetfixup removed
+
+    Revision 1.26  2004/06/16 20:07:10  florian
       * dwarf branch merged
       * dwarf branch merged
 
 
     Revision 1.25.2.3  2004/05/30 17:54:14  florian
     Revision 1.25.2.3  2004/05/30 17:54:14  florian