Browse Source

* system_powerpc_darwin -> system_powerpc64_darwin

git-svn-id: branches/fpc_2_3@6511 -
Jonas Maebe 18 years ago
parent
commit
260c644275
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/powerpc64/itcpugas.pas

+ 1 - 1
compiler/powerpc64/itcpugas.pas

@@ -147,7 +147,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]