mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-01 13:06:58 +03:00
6 lines
143 B
PHP
6 lines
143 B
PHP
|
exit_apl:
|
||
|
mov [confirmation_type],exit_type
|
||
|
call confirmation_action
|
||
|
cmp [work_confirmation_yes],1
|
||
|
jne red
|
||
|
mcall -1
|