Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gdb / tramp-frame.h
index 028fbf05467970615899ac941552e017285b980a..f40e47bf62fc3eff73f9fd613187fcf8a897b47d 100644 (file)
@@ -1,6 +1,6 @@
 /* Signal trampoline unwinder.
 
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.023973 seconds and 4 git commands to generate.