]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/rtmintrin.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / i386 / rtmintrin.h
index eb2812fd82e9f015c5c95ec3f3d83aaa593fa337..463a98973ee32891dd25913e6408f69148de4034 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -68,9 +68,9 @@ _xend (void)
 #ifdef __OPTIMIZE__
 extern __inline void
 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
-_xabort (const unsigned int imm)
+_xabort (const unsigned int __imm)
 {
-  __builtin_ia32_xabort (imm);
+  __builtin_ia32_xabort (__imm);
 }
 #else
 #define _xabort(N)  __builtin_ia32_xabort (N)