mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 14:46:02 +02:00
m68k: D2 is considered volatile on macosclassic
git-svn-id: trunk@49294 -
This commit is contained in:
parent
f0b322f4ed
commit
cdc7fec019
@ -83,7 +83,7 @@ unit cpupara;
|
|||||||
begin
|
begin
|
||||||
{ d0 and d1 are considered volatile }
|
{ d0 and d1 are considered volatile }
|
||||||
Result:=VOLATILE_INTREGISTERS;
|
Result:=VOLATILE_INTREGISTERS;
|
||||||
if (target_info.system in [system_m68k_palmos]) or
|
if (target_info.system in [system_m68k_palmos,system_m68k_macosclassic]) or
|
||||||
((target_info.system in [system_m68k_atari]) and (calloption in [pocall_syscall])) then
|
((target_info.system in [system_m68k_atari]) and (calloption in [pocall_syscall])) then
|
||||||
include(result,RS_D2);
|
include(result,RS_D2);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user