From 33f74c34fd29e256244ff3e2c66ad5772b149f8c Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Mon, 18 Mar 2013 14:16:13 +0000 Subject: [PATCH] zeroconf was sending the wrong MAC address since #3340 git-svn-id: svn://kolibrios.org@3384 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/applications/zeroconf/zeroconf.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/branches/net/applications/zeroconf/zeroconf.asm b/kernel/branches/net/applications/zeroconf/zeroconf.asm index abb661c6c0..ff09b666d0 100644 --- a/kernel/branches/net/applications/zeroconf/zeroconf.asm +++ b/kernel/branches/net/applications/zeroconf/zeroconf.asm @@ -149,11 +149,11 @@ START: jmp .wait .start: - mcall 40, EVM_STACK mov word[MAC], bx mov dword[MAC+2], eax + DEBUGF 1,"->MAC: %x-%x-%x-%x-%x-%x\n", [MAC+0]:2, [MAC+1]:2, [MAC+2]:2, [MAC+3]:2, [MAC+4]:2, [MAC+5]:2 - DEBUGF 1,"->MAC: %x-%x-%x-%x-%x-%x\n",[MAC]:2,[MAC+1]:2,[MAC+2]:2,[MAC+3]:2,[MAC+4]:2,[MAC+5]:2 + mcall 40, EVM_STACK mov edi, path ; Calculate the length of zero-terminated string xor al, al