forked from KolibriOS/kolibrios
Fixed small bug introduced in SVN3601.
git-svn-id: svn://kolibrios.org@5524 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b2cff15daa
commit
8502d3d6db
@ -264,7 +264,7 @@ stack_init:
|
|||||||
; Init the network drivers list
|
; Init the network drivers list
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
mov edi, NET_RUNNING
|
mov edi, NET_RUNNING
|
||||||
mov ecx, (NET_DEVICES_MAX + 2)
|
mov ecx, (NET_DEVICES_MAX + 1)
|
||||||
rep stosd
|
rep stosd
|
||||||
|
|
||||||
ETH_init
|
ETH_init
|
||||||
|
Loading…
Reference in New Issue
Block a user