Browse Source

- removed offsetfixup reference

florian 21 years ago
parent
commit
842754a456
1 changed files with 4 additions and 3 deletions
  1. 4 3
      compiler/m68k/agcpugas.pas

+ 4 - 3
compiler/m68k/agcpugas.pas

@@ -59,8 +59,6 @@ interface
          s:='';
          s:='';
          with ref do
          with ref do
            begin
            begin
-             inc(offset,offsetfixup);
-             offsetfixup:=0;
              basestr:=gas_reg2str[base.enum];
              basestr:=gas_reg2str[base.enum];
              indexstr:=gas_reg2str[index.enum];
              indexstr:=gas_reg2str[index.enum];
              if assigned(symbol) then
              if assigned(symbol) then
@@ -354,7 +352,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2004-04-25 21:26:16  florian
+  Revision 1.9  2004-04-27 15:00:37  florian
+    - removed offsetfixup reference
+
+  Revision 1.8  2004/04/25 21:26:16  florian
     * some m68k stuff fixed
     * some m68k stuff fixed
 
 
   Revision 1.7  2003/02/19 22:00:16  daniel
   Revision 1.7  2003/02/19 22:00:16  daniel