fixed terminate()

git-svn-id: svn://kolibrios.org@433 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2007-03-28 06:16:57 +00:00
parent 13c87af9d3
commit 84fe57af51
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ term9:
call free_page
@@:
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
call free_page
@@: