From e2e05937cbd35a072934919853b3a3e0aadb5c49 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 24 Feb 2010 22:16:24 -0800 Subject: [PATCH] opendir: remove unnecessary buffer pointer We don't need to abuse the InitRD buffer anymore. Signed-off-by: H. Peter Anvin --- core/comboot.inc | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4