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
|
@ -24,7 +24,7 @@
|
|||
|
||||
/* Converting CPU trap number to UNIX signal number as
|
||||
described in System V ABI i386 Processor Supplement, 3-25. */
|
||||
int
|
||||
unsigned int
|
||||
grub_gdb_trap2sig (int trap_no)
|
||||
{
|
||||
const int signals[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue