diff options
author | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-01-09 08:58:30 +0000 |
---|---|---|
committer | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-01-09 08:58:30 +0000 |
commit | 927a03099f3f3c3e772fec3d400a01387226afca (patch) | |
tree | 84594b2e4ebe5acd6504d2de1013366717fa6d3f /compiler/parser.pas | |
parent | 8461c8e46686fdde011eb77ea3e183d96517ea38 (diff) | |
download | fpc-927a03099f3f3c3e772fec3d400a01387226afca.tar.gz |
+ added framework code for AmigaOS/PPC syscall support
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@2239 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/parser.pas')
-rw-r--r-- | compiler/parser.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/parser.pas b/compiler/parser.pas index ebbc07adb8..f7e9c1160a 100644 --- a/compiler/parser.pas +++ b/compiler/parser.pas @@ -119,6 +119,8 @@ implementation { target specific stuff } case target_info.system of + system_powerpc_amiga: + include(supported_calling_conventions,pocall_syscall); system_powerpc_morphos: include(supported_calling_conventions,pocall_syscall); system_m68k_amiga: |