forked from KolibriOS/kolibrios
Making it compileable
git-svn-id: svn://kolibrios.org@1162 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6439263aed
commit
8f20fe84d3
@ -65,7 +65,6 @@ debug_com_base equ 0x3f8 ; 0x3f8 is com1, 0x2f8 is com2, 0x3e8 is com3, 0x2e8 i
|
|||||||
|
|
||||||
include "proc32.inc"
|
include "proc32.inc"
|
||||||
include "kglobals.inc"
|
include "kglobals.inc"
|
||||||
include "lang.inc"
|
|
||||||
lang fix en
|
lang fix en
|
||||||
|
|
||||||
include "const.inc"
|
include "const.inc"
|
||||||
|
@ -259,7 +259,7 @@ proc arp_table_manager stdcall uses ebx esi edi ecx edx, Opcode:DWORD,Index:DWOR
|
|||||||
loopnz @b
|
loopnz @b
|
||||||
; jz .replace ; found, replace existing entry, ptr to it is in eax
|
; jz .replace ; found, replace existing entry, ptr to it is in eax
|
||||||
|
|
||||||
; .add_to_end:
|
.add_to_end:
|
||||||
;
|
;
|
||||||
; DEBUGF 1,"5\n"
|
; DEBUGF 1,"5\n"
|
||||||
; ;else add to end
|
; ;else add to end
|
||||||
|
Loading…
Reference in New Issue
Block a user