summaryrefslogtreecommitdiff
path: root/compiler/parser.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser.pas')
-rw-r--r--compiler/parser.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/parser.pas b/compiler/parser.pas
index 15f262e783..ffad2f1291 100644
--- a/compiler/parser.pas
+++ b/compiler/parser.pas
@@ -122,6 +122,8 @@ implementation
include(supported_calling_conventions,pocall_syscall);
system_m68k_amiga:
include(supported_calling_conventions,pocall_syscall);
+ system_i386_aros:
+ include(supported_calling_conventions,pocall_syscall);
{$ifdef i8086}
system_i8086_msdos:
begin