forked from KolibriOS/kolibrios
bugfix previously version.
git-svn-id: svn://kolibrios.org@1278 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
eb764b9844
commit
2584ef3609
@ -1444,8 +1444,8 @@ endg
|
||||
dec ebx ; KEYBOARD
|
||||
jnz nsyse2
|
||||
mov edi,[TASK_BASE]
|
||||
add edi,[edi+TASKDATA.mem_start]
|
||||
mov eax,edi
|
||||
mov eax,[edi+TASKDATA.mem_start]
|
||||
add eax,edx
|
||||
|
||||
dec ecx
|
||||
jnz kbnobase
|
||||
@ -1638,8 +1638,8 @@ ngsyse1:
|
||||
jnz ngsyse2
|
||||
|
||||
mov edi,[TASK_BASE]
|
||||
add edi,[edi+TASKDATA.mem_start]
|
||||
mov ebx,edi
|
||||
mov ebx,[edi+TASKDATA.mem_start]
|
||||
add ebx,edx
|
||||
|
||||
; cmp ebx,1
|
||||
dec ecx
|
||||
@ -1662,8 +1662,6 @@ kbnoshiftret:
|
||||
dec ecx
|
||||
jne kbnoaltret
|
||||
|
||||
|
||||
|
||||
mov eax,keymap_alt
|
||||
mov ecx,128
|
||||
call memmove
|
||||
|
Loading…
Reference in New Issue
Block a user