From 8aeb17c75e9b1e49a6bd6f18c59b41adc6b46fa2 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Wed, 2 Sep 2009 21:55:26 +0000 Subject: [PATCH] typo --- lib/i386/rts/_ipc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i386/rts/_ipc.s b/lib/i386/rts/_ipc.s index 5de2d9fc7..289414514 100755 --- a/lib/i386/rts/_ipc.s +++ b/lib/i386/rts/_ipc.s @@ -57,7 +57,7 @@ __notify: push ebp mov ebp, esp push ebx - mov eax, SRC_DST(ebp) ! ebx = destination + mov eax, SRC_DST(ebp) ! eax = destination mov ecx, NOTIFY ! _notify(srcdst) int SYSVEC ! trap to the kernel pop ebx -- 2.44.0