forked from KolibriOS/kolibrios
Fixed merging error in RTL8139.Asm for net-branch
git-svn-id: svn://kolibrios.org@1478 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
78ac700d57
commit
63480d7af3
@ -283,11 +283,7 @@ align 4
|
||||
proc service_proc stdcall, ioctl:dword
|
||||
|
||||
mov edx, [ioctl]
|
||||
<<<<<<< .mine
|
||||
mov eax, [IOCTL.io_code]
|
||||
=======
|
||||
mov eax, [edx+IOCTL.io_code]
|
||||
>>>>>>> .r1471
|
||||
|
||||
;------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user