mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 06:47:28 +01:00
Accept syscall procedure modifier for arm-palmos
git-svn-id: trunk@37222 -
This commit is contained in:
parent
fee49a3e40
commit
f7fd137787
@ -115,12 +115,14 @@ implementation
|
||||
|
||||
{ target specific stuff }
|
||||
case target_info.system of
|
||||
system_arm_aros,
|
||||
system_arm_palmos,
|
||||
system_m68k_amiga,
|
||||
system_m68k_atari,
|
||||
system_m68k_palmos,
|
||||
system_i386_aros,
|
||||
system_powerpc_amiga,
|
||||
system_powerpc_morphos,
|
||||
system_m68k_amiga,
|
||||
system_arm_aros,
|
||||
system_i386_aros,
|
||||
system_x86_64_aros:
|
||||
include(supported_calling_conventions,pocall_syscall);
|
||||
{$ifdef i8086}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user