diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-01 14:43:30 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-06-01 14:43:30 +0000 |
commit | 7c71816c641981866a40c985dfe5d86c70ed755d (patch) | |
tree | 7f3c44a0aa9b97749c263d6a048ee56f6b2a2f0a /gdb/tilegx-linux-tdep.c | |
parent | ee1e4edefed84ff94223b700deaf138eb5b5e40f (diff) | |
download | gdb-7c71816c641981866a40c985dfe5d86c70ed755d.zip gdb-7c71816c641981866a40c985dfe5d86c70ed755d.tar.gz gdb-7c71816c641981866a40c985dfe5d86c70ed755d.tar.bz2 |
gdb/
* tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
Diffstat (limited to 'gdb/tilegx-linux-tdep.c')
-rw-r--r-- | gdb/tilegx-linux-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tilegx-linux-tdep.c b/gdb/tilegx-linux-tdep.c index c7c6d9c..2b7677d 100644 --- a/gdb/tilegx-linux-tdep.c +++ b/gdb/tilegx-linux-tdep.c @@ -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 |