mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Program exit code support in KoW
This commit is contained in:
@@ -447,10 +447,12 @@ asm
|
||||
SUB EDX, EAX
|
||||
CALL ErrorMessage
|
||||
|
||||
{$IFNDEF KolibriOS}
|
||||
POP EAX
|
||||
{$ENDIF}
|
||||
{$IFDEF KolibriOS}
|
||||
JMP _Halt0
|
||||
{$ELSE}
|
||||
POP EAX
|
||||
JMP _Halt
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
{$IFDEF KolibriOS}
|
||||
|
Reference in New Issue
Block a user