bugfix for debug subsystem

git-svn-id: svn://kolibrios.org@634 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2007-09-20 16:43:34 +00:00
parent 5504861649
commit 51662272ac

View File

@ -225,9 +225,9 @@ do_change_task:
je @F
mov cr3, eax
@@:
mov ebx, [ebx+APPDATA.pl0_stack]
add ebx, RING0_STACK_SIZE
mov [tss._esp0], ebx
mov eax, [ebx+APPDATA.pl0_stack]
add eax, RING0_STACK_SIZE
mov [tss._esp0], eax
mov ax, graph_data
mov gs, ax
mov ecx, cr0