]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/unwind-sjlj.c
Update copyright years.
[thirdparty/gcc.git] / libgcc / unwind-sjlj.c
index 533eea4b155137501f01da86c6f657e55142ade6..178f4d0af013ec692a1f188dc7d8be13e995fd75 100644 (file)
@@ -1,5 +1,5 @@
 /* SJLJ exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -300,7 +300,8 @@ uw_init_context (struct _Unwind_Context *context)
 
 static void __attribute__((noreturn))
 uw_install_context (struct _Unwind_Context *current __attribute__((unused)),
-                    struct _Unwind_Context *target)
+                    struct _Unwind_Context *target,
+                   unsigned long frames __attribute__((unused)))
 {
   _Unwind_SjLj_SetContext (target->fc);
   longjmp (target->fc->jbuf, 1);