Browse Source

* rtl/atari: fix haltproc external name. apparently the atari target uses a different Cprefix in the compiler, so copy-pasting this stuff from the Amiga port don't work 1:1

Karoly Balogh 3 years ago
parent
commit
a4e2d74626
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/atari/system.pp

+ 1 - 1
rtl/atari/system.pp

@@ -133,7 +133,7 @@ var
 {*****************************************************************************
                          System Dependent Exit code
 *****************************************************************************}
-procedure haltproc(e:longint); cdecl; external name '_haltproc';
+procedure haltproc(e:longint); cdecl; external name 'haltproc';
 
 Procedure system_exit;
 begin