[WINE/CONFIG] Update the LLVM bug report. Spotted by Mark Jansen.
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 9 Mar 2016 18:38:31 +0000 (18:38 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 9 Mar 2016 18:38:31 +0000 (18:38 +0000)
svn path=/trunk/; revision=70985

reactos/include/reactos/wine/config.h

index d063aa2..6703208 100644 (file)
@@ -3,7 +3,7 @@
 /* Define to a function attribute for Microsoft hotpatch assembly prefix. */
 #ifndef DECLSPEC_HOTPATCH
 #if defined(_MSC_VER) || defined(__clang__)
-/* FIXME: http://llvm.org/bugs/show_bug.cgi?id=20888 */
+/* FIXME: https://llvm.org/bugs/show_bug.cgi?id=10212 */
 #define DECLSPEC_HOTPATCH
 #else
 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))