typo
This commit is contained in:
parent
3d3e12f50f
commit
8aeb17c75e
@ -57,7 +57,7 @@ __notify:
|
|||||||
push ebp
|
push ebp
|
||||||
mov ebp, esp
|
mov ebp, esp
|
||||||
push ebx
|
push ebx
|
||||||
mov eax, SRC_DST(ebp) ! ebx = destination
|
mov eax, SRC_DST(ebp) ! eax = destination
|
||||||
mov ecx, NOTIFY ! _notify(srcdst)
|
mov ecx, NOTIFY ! _notify(srcdst)
|
||||||
int SYSVEC ! trap to the kernel
|
int SYSVEC ! trap to the kernel
|
||||||
pop ebx
|
pop ebx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user