Reduce ide stack usage by reorganizing ata calls.
[seabios.git] / src / cdrom.c
index 2921b44579d9ddad60ed966a0130a5537bea7c9c..e2e4fb03ab7cad80f418ab7dc944a8c3ad664c58 100644 (file)
@@ -181,7 +181,7 @@ cdrom_13(struct bregs *regs, u8 device)
 
 // Read a series of 512 byte sectors from the cdrom starting at the
 // image offset.
-inline int
+__always_inline int
 cdrom_read_emu(u16 biosid, u32 vlba, u32 count, void *far_buffer)
 {
     u32 ilba = GET_EBDA(cdemu.ilba);