* grub-core/lib/reed_solomon.c (grub_reed_solomon_recover): Add
missing attribute. * grub-core/gdb/cstub.c (grub_gdb_trap): Likewise.
This commit is contained in:
parent
c4f11a2a99
commit
e2a6810069
3 changed files with 16 additions and 6 deletions
|
@ -201,7 +201,7 @@ grub_gdb_hex2int (char **ptr, grub_uint64_t *int_value)
|
|||
}
|
||||
|
||||
/* This function does all command procesing for interfacing to gdb. */
|
||||
void
|
||||
void __attribute__ ((regparm(3)))
|
||||
grub_gdb_trap (int trap_no)
|
||||
{
|
||||
unsigned int sig_no;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue