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

git-svn-id: trunk@36329 -
This commit is contained in:
Károly Balogh 2017-05-25 15:12:28 +00:00
parent 78a7445751
commit aa87e911d7

View File

@ -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;