From a34b6c7c53476878978ed9c210afb3ed1b0fc3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Tue, 31 Jan 2017 14:43:25 +0000 Subject: [PATCH] m68k: atari also uses syscalls, so update the comment for that too git-svn-id: trunk@35375 - --- compiler/m68k/cpuinfo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/m68k/cpuinfo.pas b/compiler/m68k/cpuinfo.pas index f4638b1955..3907b919ab 100644 --- a/compiler/m68k/cpuinfo.pas +++ b/compiler/m68k/cpuinfo.pas @@ -88,7 +88,7 @@ Const pocall_cdecl, { the difference to stdcall is only the name mangling } pocall_cppdecl, - { this is used by PalmOS and Amiga-likes } + { this is used by PalmOS, Atari and Amiga-likes } pocall_syscall ];