forked from KolibriOS/kolibrios
kernel: fixed another very old bug
git-svn-id: svn://kolibrios.org@6127 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b4dae617cd
commit
87f9ff49e5
@ -571,10 +571,11 @@ align 4
|
||||
jnz @B
|
||||
|
||||
pop edi
|
||||
pop esi
|
||||
|
||||
;--------------------------------------
|
||||
align 4
|
||||
.ret:
|
||||
pop esi
|
||||
pop ebx
|
||||
ret
|
||||
endp
|
||||
@ -605,10 +606,11 @@ align 4
|
||||
jnz @B
|
||||
|
||||
pop edi
|
||||
pop esi
|
||||
|
||||
;--------------------------------------
|
||||
align 4
|
||||
.ret:
|
||||
pop esi
|
||||
pop ebx
|
||||
ret
|
||||
endp
|
||||
|
Loading…
Reference in New Issue
Block a user