Avoid -Wnarrowing warnings in struct tramp_frame instances
[deliverable/binutils-gdb.git] / gdb / tramp-frame.h
index 6ba0943a04e43c1240da9a10826087bd46bf8afd..ff2e8b6c296e63936af4561235de83b0baac6fc7 100644 (file)
@@ -41,7 +41,7 @@ struct trad_frame_cache;
 
 /* Magic instruction that to mark the end of the signal trampoline
    instruction sequence.  */
-#define TRAMP_SENTINEL_INSN ((LONGEST) -1)
+#define TRAMP_SENTINEL_INSN ULONGEST_MAX
 
 struct tramp_frame
 {
This page took 0.024802 seconds and 4 git commands to generate.