david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Fix a couple of minor typos.

This commit is contained in:
Michael Brown 2006-05-14 18:17:29 +00:00
parent 6e42cb95bd
commit 29fb77b0a4
1 changed files with 2 additions and 2 deletions

View File

@ -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,