From 09118cd5bfc7eb969bd6dca8dd722bd3adadb129 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 25 Jul 2007 02:03:29 +0100 Subject: [PATCH] Don't overwrite %dl with a (potentially) modified drive number if we already handled the INT13 call. --- src/arch/i386/interface/pcbios/int13.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/interface/pcbios/int13.c b/src/arch/i386/interface/pcbios/int13.c index 94b57308..f7cb6795 100644 --- a/src/arch/i386/interface/pcbios/int13.c +++ b/src/arch/i386/interface/pcbios/int13.c @@ -390,7 +390,7 @@ static void int13 ( struct i386_all_regs *ix86 ) { /* Set OF to indicate to wrapper not to chain this call */ ix86->flags |= OF; - break; + return; } /* Remap BIOS drive */