* 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
|
@ -53,7 +53,11 @@ typedef unsigned char grub_uint8_t;
|
|||
#include <grub/misc.h>
|
||||
#endif
|
||||
void
|
||||
grub_reed_solomon_recover (void *ptr_, grub_size_t s, grub_size_t rs);
|
||||
grub_reed_solomon_recover (void *ptr_, grub_size_t s, grub_size_t rs)
|
||||
#ifdef __i386__
|
||||
__attribute__ ((regparm(3)))
|
||||
#endif
|
||||
;
|
||||
#endif
|
||||
|
||||
#define GF_SIZE 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue