Quellcode durchsuchen

m68k: removed comment generation line accidentally left in from the previous commit

git-svn-id: trunk@27936 -
Károly Balogh vor 11 Jahren
Ursprung
Commit
7963351440
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      compiler/m68k/cgcpu.pas

+ 0 - 1
compiler/m68k/cgcpu.pas

@@ -2000,7 +2000,6 @@ unit cgcpu;
                     { offset in the wrapper needs to be adjusted for the stored
                     { offset in the wrapper needs to be adjusted for the stored
                       return address }
                       return address }
                     reference_reset_base(href,reference.index,reference.offset-sizeof(pint),sizeof(pint));
                     reference_reset_base(href,reference.index,reference.offset-sizeof(pint),sizeof(pint));
-                    list.concat(tai_comment.create(strpnew('m68k: g_adjust_self')));
                     { plain 68k could use SUBI on href directly, but this way it works on Coldfire too
                     { plain 68k could use SUBI on href directly, but this way it works on Coldfire too
                       and it's probably smaller code for the majority of cases (if ioffset small, the
                       and it's probably smaller code for the majority of cases (if ioffset small, the
                       load will use MOVEQ) (KB) }
                       load will use MOVEQ) (KB) }