mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
m68k: fixed some copypaste error in a disabled debug string. no functional changes.
git-svn-id: trunk@36329 -
This commit is contained in:
parent
78a7445751
commit
aa87e911d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user