diff options
Diffstat (limited to 'gdb/tramp-frame.h')
-rw-r--r-- | gdb/tramp-frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index 6ba0943..ff2e8b6 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -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 { |