]> granicus.if.org Git - php/commitdiff
Fixed typo
authorDmitry Stogov <dmitry@zend.com>
Wed, 19 Aug 2015 12:15:17 +0000 (15:15 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 19 Aug 2015 12:15:17 +0000 (15:15 +0300)
Zend/zend_portability.h

index 77cd3ee734c698ea0a88b1b94ed8d5fd6d4a8f70..45f866b23562dd6198c4a7e3a0040cc41ed1bebd 100644 (file)
@@ -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__)