Explorar o código

Edit agppcgas.pas

Curtis Hamilton hai 2 meses
pai
achega
738f0a8c83
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      compiler/ppcgen/agppcgas.pas

+ 2 - 2
compiler/ppcgen/agppcgas.pas

@@ -165,8 +165,8 @@ unit agppcgas;
                  s := s+refaddr2str[refaddr];
              end;
 {$ifdef cpu64bitaddr}
-           if (refaddr=addr_pic) and
-              (target_info.system=system_powerpc64_freebsd) or (target_info.system=system_powerpc64_linux) then
+           if (target_info.system=system_powerpc64_freebsd) or 
+             (target_info.system=system_powerpc64_linux) and (refaddr=addr_pic) then
              s := s + '@got';
 {$endif cpu64bitaddr}