forked from KolibriOS/kolibrios
Fixed error
git-svn-id: svn://kolibrios.org@7323 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
889dc1746b
commit
e9a9823069
@ -213,10 +213,10 @@ setInt0x40:
|
|||||||
mov ebx, eax
|
mov ebx, eax
|
||||||
add eax, edx
|
add eax, edx
|
||||||
|
|
||||||
push 0
|
; push 0
|
||||||
pop dword[hashDataFunction1]
|
; pop dword[hashDataFunction1]
|
||||||
push 1
|
; push 1
|
||||||
pop dword[hashDataFunction2]
|
; pop dword[hashDataFunction2]
|
||||||
|
|
||||||
loopCopyMemory:
|
loopCopyMemory:
|
||||||
xor edx, edx
|
xor edx, edx
|
||||||
|
Loading…
Reference in New Issue
Block a user