summaryrefslogtreecommitdiff
path: root/core/comboot.inc
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-06-07 06:44:06 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-06-07 06:44:06 +0800
commitbd8a47b12aa5d10d99147b75f1bb80d6bf07d48e (patch)
treedf2548acba15a866f4fb0414038137591e80d330 /core/comboot.inc
parent7a7f69e1524d7e1ee3c6a9e9d56428edaf785e3d (diff)
downloadsyslinux-bd8a47b12aa5d10d99147b75f1bb80d6bf07d48e.tar.gz
Core:EXTLINUX: convert mangle name to C
Diffstat (limited to 'core/comboot.inc')
-rw-r--r--core/comboot.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index dee8405b..8a7d95c4 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -517,7 +517,7 @@ comapi_open:
mov ds,P_ES
mov si,P_SI
mov di,InitRD
- call mangle_name
+ pm_call mangle_name
pop ds
pm_call searchdir
jz comapi_err
@@ -748,7 +748,7 @@ comapi_runkernel:
mov ds,P_DS
mov si,P_SI
mov di,KernelName
- call mangle_name
+ pm_call mangle_name
pop ds
pm_call searchdir
jz comapi_err
@@ -904,7 +904,7 @@ comapi_opendir:
mov ds,P_ES
mov si,P_SI
mov di,InitRD
- call mangle_name
+ pm_call mangle_name
pop ds
pm_call searchdir
jnz comapi_err ; Didn't find a directory