* tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
This commit is contained in:
Jan Kratochvil
2012-06-01 14:43:30 +00:00
parent ee1e4edefe
commit 7c71816c64
2 changed files with 6 additions and 2 deletions

View File

@ -56,8 +56,8 @@ static const struct tramp_frame tilegx_linux_rt_sigframe =
SIGTRAMP_FRAME,
8,
{
{ 0x00045fe551483000, -1 }, /* { moveli r10, 139 } */
{ 0x286b180051485000, -1 }, /* { swint1 } */
{ 0x00045fe551483000ULL, -1 }, /* { moveli r10, 139 } */
{ 0x286b180051485000ULL, -1 }, /* { swint1 } */
{ TRAMP_SENTINEL_INSN, -1 }
},
tilegx_linux_sigframe_init