summaryrefslogtreecommitdiff
path: root/core/comboot.inc
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-08-19 18:47:04 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-08-19 18:47:04 +0800
commit20a5fcfeb198143ca55cc21cf5ceeb6af80c2548 (patch)
tree3dafffa002d42ebf8780b8296b5702fbd2c40dcc /core/comboot.inc
parent1c1ca54240d84f93fd5825b77997bcfb4794d84b (diff)
downloadsyslinux-20a5fcfeb198143ca55cc21cf5ceeb6af80c2548.tar.gz
Core:PXELINUX: dnsrelov.inc converted
The dnsrelov converted to C. Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'core/comboot.inc')
-rw-r--r--core/comboot.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index 60c5d6fd..28f0bc2b 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -686,10 +686,11 @@ comapi_ipappend:
; INT 22h AX=0010h Resolve hostname
;
%if IS_PXELINUX
+ extern pxe_dns_resolv
comapi_dnsresolv:
mov ds,P_ES
mov si,P_BX
- call dns_resolv
+ pm_call pxe_dns_resolv
mov P_EAX,eax
clc
ret