2
0
Эх сурвалжийг харах

m68k: disabled PEA debug comment accidentally left in

git-svn-id: trunk@28077 -
Károly Balogh 11 жил өмнө
parent
commit
3028f3ac78

+ 1 - 1
compiler/m68k/cgcpu.pas

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