Avoid -Wnarrowing warnings in struct tramp_frame instances
[deliverable/binutils-gdb.git] / gdb / tic6x-linux-tdep.c
index 5b5598b2f7ae1bc655a069284d559f1723bbcd2e..08f6dd0dcae4b1bddc43154ebd8ef43295a9ae64 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux on  TI C6x target support.
-   Copyright (C) 2011-2017 Free Software Foundation, Inc.
+   Copyright (C) 2011-2018 Free Software Foundation, Inc.
    Contributed by Yao Qi <yao@codesourcery.com>
 
    This file is part of GDB.
@@ -137,7 +137,7 @@ static struct tramp_frame tic6x_linux_rt_sigreturn_tramp_frame =
   4,
   {
     {0x000045aa, 0x0fffffff},  /* mvk .S2 139,b0 */
-    {0x10000000, -1},          /* swe */
+    {0x10000000, ULONGEST_MAX},                /* swe */
     {TRAMP_SENTINEL_INSN}
   },
   tic6x_linux_rt_sigreturn_init
This page took 0.024986 seconds and 4 git commands to generate.