]> Zhao Yanbai Git Server - minix.git/commitdiff
typo
authorDavid van Moolenbroek <david@minix3.org>
Wed, 2 Sep 2009 21:55:26 +0000 (21:55 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 2 Sep 2009 21:55:26 +0000 (21:55 +0000)
lib/i386/rts/_ipc.s

index 5de2d9fc7f20dc64e877802af3101c6b297ceffb..289414514cac45fa8dbabf3f162952c8ffc4d97a 100755 (executable)
@@ -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