Fix the SCSI block driver so that it doesn't leave an extra item on the stack when its open method is called.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@825 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-07-31 22:48:10 +00:00
committed by Mark Cave-Ayland
parent 4d0add8337
commit d35fbe15aa

View File

@@ -268,7 +268,7 @@ ob_sd_open(__attribute__((unused))sd_private_t **sd)
fword("my-unit"); fword("my-unit");
id = POP(); id = POP();
//POP(); // unit id is 2 ints but we only need one. POP(); // unit id is 2 ints but we only need one.
*sd = &global_esp->sd[id]; *sd = &global_esp->sd[id];
#ifdef CONFIG_DEBUG_ESP #ifdef CONFIG_DEBUG_ESP