Fixed small bug introduced in SVN3601.

git-svn-id: svn://kolibrios.org@5524 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2015-03-17 22:32:21 +00:00
parent b2cff15daa
commit 8502d3d6db
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ stack_init:
; Init the network drivers list
xor eax, eax
mov edi, NET_RUNNING
mov ecx, (NET_DEVICES_MAX + 2)
mov ecx, (NET_DEVICES_MAX + 1)
rep stosd
ETH_init