mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
suffix CS
This commit is contained in:
parent
f74890bcf5
commit
d109642656
@ -87,7 +87,7 @@
|
||||
# define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \
|
||||
__int64 __high; \
|
||||
__int64 __low = _mul128((a), (b), &__high); \
|
||||
if ((__low >> 63i64) == __high) { \
|
||||
if ((__low >> 63I64) == __high) { \
|
||||
(usedval) = 0; \
|
||||
(lval) = __low; \
|
||||
} else { \
|
||||
|
Loading…
Reference in New Issue
Block a user