summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-24 22:16:24 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-24 22:16:24 -0800
commite2e05937cbd35a072934919853b3a3e0aadb5c49 (patch)
treed703bf35847f1227e9913fdd9b58e5eacd931860
parentd84bfc5d490ac344d00ffa49f7003c341bc24b24 (diff)
downloadsyslinux-e2e05937cbd35a072934919853b3a3e0aadb5c49.tar.gz
opendir: remove unnecessary buffer pointer
We don't need to abuse the InitRD buffer anymore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/comboot.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/comboot.inc b/core/comboot.inc
index 7350d333..9537fc04 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -913,7 +913,6 @@ comapi_opendir equ comapi_err
comapi_opendir:
mov es,P_ES
mov si,P_SI
- mov di,InitRD
pm_call opendir
jz comapi_err ; Didn't find a directory
cmp eax,0