forked from KolibriOS/kolibrios
fixed terminate()
git-svn-id: svn://kolibrios.org@433 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
13c87af9d3
commit
84fe57af51
@ -659,7 +659,7 @@ term9:
|
|||||||
call free_page
|
call free_page
|
||||||
@@:
|
@@:
|
||||||
mov eax, [edi+APPDATA.io_map+4]
|
mov eax, [edi+APPDATA.io_map+4]
|
||||||
cmp eax, (tss._io_map_0-OS_BASE+PG_MAP)
|
cmp eax, (tss._io_map_1-OS_BASE+PG_MAP)
|
||||||
je @F
|
je @F
|
||||||
call free_page
|
call free_page
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
Reference in New Issue
Block a user