Adjust types in gdb module to have intended unsigned shifts rather than
signed divisions.
This commit is contained in:
parent
3dac5878ec
commit
3f2b4d1a81
4 changed files with 9 additions and 4 deletions
|
@ -33,7 +33,7 @@ struct grub_serial_port;
|
|||
extern struct grub_serial_port *grub_gdb_port;
|
||||
|
||||
void grub_gdb_breakpoint (void);
|
||||
int grub_gdb_trap2sig (int);
|
||||
unsigned int grub_gdb_trap2sig (int);
|
||||
|
||||
#endif /* ! GRUB_GDB_HEADER */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue