diff options
| author | Liu Aleaxander <Aleaxander@gmail.com> | 2009-06-05 09:29:13 +0800 |
|---|---|---|
| committer | Liu Aleaxander <Aleaxander@gmail.com> | 2009-06-05 09:29:13 +0800 |
| commit | 1be29e2cdba4e406e3a7ca78e3959caacb925e75 (patch) | |
| tree | 2f0a571518b126381daaca7d9cccfc34253050a7 /core/parseconfig.inc | |
| parent | 1a8ca75d7590c9b709af07030a30d7d718445942 (diff) | |
| download | syslinux-1be29e2cdba4e406e3a7ca78e3959caacb925e75.tar.gz | |
Core: Convert the searchdir function to C
for now, almost all the stuff related to EXT have been converted to C,
and fow my (limit) test, it works well.
The getfssec function haven't converted to C, because it also be called
from asm file, and I find it's a bit hard to convert it to C. But however,
it's my next plan.
Diffstat (limited to 'core/parseconfig.inc')
| -rw-r--r-- | core/parseconfig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc index aecf4638..f8cead0a 100644 --- a/core/parseconfig.inc +++ b/core/parseconfig.inc @@ -148,7 +148,7 @@ pc_filecmd: push ax ; Function to tailcall call pc_getline mov di,MNameBuf call mangle_name - call searchdir + pm_call searchdir jnz .ok pop ax ; Drop the successor function .ok: ret ; Tailcall if OK, error return |
