From: Dmitry Stogov Date: Wed, 19 Aug 2015 12:15:17 +0000 (+0300) Subject: Fixed typo X-Git-Tag: php-7.0.0RC2~2^2~111^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3350faf7e46918b0a239acd812855316febc8bea;p=php Fixed typo --- diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h index 77cd3ee734..45f866b235 100644 --- a/Zend/zend_portability.h +++ b/Zend/zend_portability.h @@ -222,7 +222,7 @@ char *alloca(); # define ZEND_ATTRIBUTE_UNUSED # define ZEND_ATTRIBUTE_UNUSED_LABEL # define ZEND_COLD __attribute__((cold)) -# define ZEND_HOT __attribute__((cold)); +# define ZEND_HOT __attribute__((hot)); #endif #if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)