mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:06:15 +02:00
m68k: disabled PEA debug comment accidentally left in
git-svn-id: trunk@28077 -
This commit is contained in:
parent
d93e7b3367
commit
3028f3ac78
@ -412,7 +412,7 @@ unit cgcpu;
|
||||
{ 68k always passes arguments on the stack }
|
||||
if use_push(cgpara) then
|
||||
begin
|
||||
list.concat(tai_comment.create(strpnew('a_loadaddr_ref_cgpara: PEA')));
|
||||
//list.concat(tai_comment.create(strpnew('a_loadaddr_ref_cgpara: PEA')));
|
||||
cgpara.check_simple_location;
|
||||
tmpref:=r;
|
||||
fixref(list,tmpref);
|
||||
|
Loading…
Reference in New Issue
Block a user