Browse Source

Merged revisions 6511 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/branches/merged/fpc_2_3

........
r6511 | jonas | 2007-02-16 15:17:24 +0100 (Fri, 16 Feb 2007) | 2 lines

* system_powerpc_darwin -> system_powerpc64_darwin

........

git-svn-id: branches/fixes_2_2@8889 -

Jonas Maebe 18 years ago
parent
commit
28233750e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc64/itcpugas.pas

+ 1 - 1
compiler/powerpc64/itcpugas.pas

@@ -148,7 +148,7 @@ begin
   p := findreg_by_number(r);
   if p <> 0 then
     if (cs_create_smart in current_settings.moduleswitches) and
-      (target_info.system <> system_powerpc_darwin) then
+      not(target_info.system = system_powerpc64_darwin) then
       result := gas_regname_short_table[p]
     else
       result := gas_regname_table[p]