Adjust types in gdb module to have intended unsigned shifts rather than

signed divisions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-10 18:36:39 +01:00
parent 3dac5878ec
commit 3f2b4d1a81
4 changed files with 9 additions and 4 deletions

View file

@ -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 */