From 29fb77b0a4043027e39dd84e5550d6e144b5035a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 14 May 2006 18:17:29 +0000 Subject: [PATCH] Fix a couple of minor typos. --- src/arch/i386/interface/pcbios/int13.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/i386/interface/pcbios/int13.c b/src/arch/i386/interface/pcbios/int13.c index 1adbef1b..0dd96ac6 100644 --- a/src/arch/i386/interface/pcbios/int13.c +++ b/src/arch/i386/interface/pcbios/int13.c @@ -559,10 +559,10 @@ int int13_boot ( unsigned int drive ) { "\n99:\n\t", 1, OUT_CONSTRAINTS ( "=d" ( d1 ) ), - IN_CONSTRAINTS ( "d" ( drive ) ), + IN_CONSTRAINTS ( "0" ( drive ) ), CLOBBER ( "eax", "ebx", "ecx", "esi", "edi", "ebp" ) ); - DBG ( "Booted disk returned via INT 18\n" ); + DBG ( "Booted disk returned via INT 18 or 19\n" ); /* Unhook INTs 18 and 19 */ unhook_bios_interrupt ( 0x18, ( unsigned int ) int13_exec_fail,