[syslinux:pathbased] opendir: remove unnecessary buffer pointer

syslinux-bot for H. Peter Anvin hpa at zytor.com
Wed Feb 24 22:21:02 PST 2010


Commit-ID:  e2e05937cbd35a072934919853b3a3e0aadb5c49
Gitweb:     http://syslinux.zytor.com/commit/e2e05937cbd35a072934919853b3a3e0aadb5c49
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 24 Feb 2010 22:16:24 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 24 Feb 2010 22:16:24 -0800

opendir: remove unnecessary buffer pointer

We don't need to abuse the InitRD buffer anymore.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/comboot.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/core/comboot.inc b/core/comboot.inc
index 7350d33..9537fc0 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



More information about the Syslinux-commits mailing list