http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't overwrite %dl with a (potentially) modified drive number if we
[people/dverkamp/gpxe.git]
/
src
/
arch
/
i386
/
interface
/
pcbios
/
int13.c
diff --git
a/src/arch/i386/interface/pcbios/int13.c
b/src/arch/i386/interface/pcbios/int13.c
index
94b5730
..
f7cb679
100644
(file)
--- 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 */