* grub-core/kern/ieee1275/cmain.c: Add explicit attribute on asm
bindings. * grub-core/lib/reed_solomon.c: Likewise. * include/grub/i386/gdb.h: Likewise. * include/grub/i386/pc/int.h: Likewise. * include/grub/i386/pc/pxe.h: Likewise. * include/grub/ieee1275/ieee1275.h: Likewise.
This commit is contained in:
parent
9d3ae8ecbb
commit
dd07e0c4cf
7 changed files with 27 additions and 6 deletions
|
@ -52,7 +52,8 @@ struct grub_bios_int_registers
|
|||
#endif
|
||||
|
||||
void EXPORT_FUNC (grub_bios_interrupt) (grub_uint8_t intno,
|
||||
struct grub_bios_int_registers *regs);
|
||||
struct grub_bios_int_registers *regs)
|
||||
__attribute__ ((regparm(3)));
|
||||
struct grub_i386_idt
|
||||
{
|
||||
grub_uint16_t limit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue