2
0
Эх сурвалжийг харах

* 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 жил өмнө
parent
commit
a4e2d74626

+ 1 - 1
rtl/atari/system.pp

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