]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/i386/shadow-stack-unwind.h
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / i386 / shadow-stack-unwind.h
index b7c3d98a9dc426611971d678ddeb164b6b1ce1af..a0244d2ee704984505e7505a2ecc174bb0a38bf8 100644 (file)
@@ -1,5 +1,5 @@
 /* _Unwind_Frames_Extra with shadow stack for x86-64 and x86.
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -42,7 +42,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
          _Unwind_Word tmp = (x);               \
          while (tmp > 255)                     \
            {                                   \
-             _inc_ssp (tmp);                   \
+             _inc_ssp (255);                   \
              tmp -= 255;                       \
            }                                   \
          _inc_ssp (tmp);                       \