浏览代码

* system_powerpc_darwin -> system_powerpc64_darwin

git-svn-id: branches/fpc_2_3@6511 -
Jonas Maebe 18 年之前
父节点
当前提交
260c644275
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]