summaryrefslogtreecommitdiff
path: root/core/getc.inc
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-06-05 09:29:13 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-06-05 09:29:13 +0800
commit1be29e2cdba4e406e3a7ca78e3959caacb925e75 (patch)
tree2f0a571518b126381daaca7d9cccfc34253050a7 /core/getc.inc
parent1a8ca75d7590c9b709af07030a30d7d718445942 (diff)
downloadsyslinux-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/getc.inc')
-rw-r--r--core/getc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/getc.inc b/core/getc.inc
index e74fa12c..b40a4200 100644
--- a/core/getc.inc
+++ b/core/getc.inc
@@ -62,7 +62,7 @@ getc_file_lg2 equ 4 ; Size of getc_file as a power of 2
;
global core_open
core_open:
- call searchdir
+ pm_call searchdir
jz openfd.ret
openfd:
push bx