Applied a modified version of holger's regparm patches.

This commit is contained in:
Michael Brown
2007-07-29 00:17:25 +01:00
parent e3484e26eb
commit a6a1052096
6 changed files with 20 additions and 5 deletions

View File

@@ -321,7 +321,7 @@ static int int13_get_extended_parameters ( struct int13_drive *drive,
* INT 13 handler
*
*/
static void int13 ( struct i386_all_regs *ix86 ) {
static __cdecl void int13 ( struct i386_all_regs *ix86 ) {
int command = ix86->regs.ah;
unsigned int bios_drive = ix86->regs.dl;
unsigned int original_bios_drive = bios_drive;