瀏覽代碼

Accept syscall procedure modifier for arm-palmos

git-svn-id: trunk@37222 -
pierre 7 年之前
父節點
當前提交
f7fd137787
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      compiler/parser.pas

+ 5 - 3
compiler/parser.pas

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