Author: akhaldi
Date: Wed Mar 9 18:38:31 2016
New Revision: 70985
URL:
http://svn.reactos.org/svn/reactos?rev=70985&view=rev
Log:
[WINE/CONFIG] Update the LLVM bug report. Spotted by Mark Jansen.
Modified:
trunk/reactos/include/reactos/wine/config.h
Modified: trunk/reactos/include/reactos/wine/config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/confi…
==============================================================================
--- trunk/reactos/include/reactos/wine/config.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/config.h [iso-8859-1] Wed Mar 9 18:38:31 2016
@@ -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__))