* 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:
Vladimir Serbinenko 2013-11-08 09:27:56 +01:00
parent c4f11a2a99
commit e2a6810069
3 changed files with 16 additions and 6 deletions

View file

@ -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;