From f7d75689e46d20f61cc4595e275448f9625a0636 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Fri, 8 Mar 2013 14:31:45 +0000 Subject: [PATCH] Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP) git-svn-id: svn://kolibrios.org@3354 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/ARP.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/branches/net/network/ARP.inc b/kernel/branches/net/network/ARP.inc index 0d8570ebe3..0dc67762f1 100644 --- a/kernel/branches/net/network/ARP.inc +++ b/kernel/branches/net/network/ARP.inc @@ -311,7 +311,7 @@ ARP_output_request: inc [ARP_PACKETS_TX + edi] ; assume we will succeed DEBUGF 1,"ARP_output_request: ip=%u.%u.%u.%u\n",\ - [esp]:1, [esp + 1]:1, [esp + 2]:1, [esp + 3]:1 + [esp + 4]:1, [esp + 5]:1, [esp + 6]:1, [esp + 7]:1 mov ebx, [NET_DRV_LIST + edi] ; device ptr