forked from KolibriOS/kolibrios
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
|