|
@@ -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]
|