Browse Source

m68k: fixed some copypaste error in a disabled debug string. no functional changes.

git-svn-id: trunk@36329 -
Károly Balogh 8 years ago
parent
commit
aa87e911d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/m68k/cgcpu.pas

+ 1 - 1
compiler/m68k/cgcpu.pas

@@ -2168,7 +2168,7 @@ unit cgcpu;
                 begin
                   if (isaddressregister(reg)) then
                     internalerror(2015031502);
-                  //list.concat(tai_comment.create(strpnew('zero extend byte')));
+                  //list.concat(tai_comment.create(strpnew('zero extend word')));
                   list.concat(taicpu.op_const_reg(A_AND,S_L,$FFFF,reg));
                 end;
             end;