Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 450 → Rev 451

/shark/trunk/oslib/xlib/xbios.c
39,7 → 39,9
/* Assembler gate JMP instruction */
extern void _x_callBIOS(void);
X_CALLBIOS *xbc = x_bios_address();
DWORD msr1 = 0,msr2 = 0;
#ifdef __APIC__
DWORD msr1 = 0,msr2 = 0;
#endif
 
/* Send interrupt request & register through the X_Info structure */
xbc->_irqno = service;