File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,10 +247,10 @@ typedef unsigned long long uint64_t;
247
247
(((uint32_t) (((zend_uchar*) (A))[0])) << 24)))
248
248
249
249
#define bit_uint5korr (A ) ((uint64_t)(((uint32_t) ((zend_uchar) (A)[4])) +\
250
- (((uint32_t) ((zend_uchar) (A)[3])) << 8) +\
251
- (((uint32_t) ((zend_uchar) (A)[2])) << 16) +\
252
- (((uint32_t) ((zend_uchar) (A)[1])) << 24)) +\
253
- (((uint64_t) ((zend_uchar) (A)[0])) << 32))
250
+ (((uint32_t) ((zend_uchar* ) (A)[3])) << 8) +\
251
+ (((uint32_t) ((zend_uchar* ) (A)[2])) << 16) +\
252
+ (((uint32_t) ((zend_uchar* ) (A)[1])) << 24)) +\
253
+ (((uint64_t) ((zend_uchar* ) (A)[0])) << 32))
254
254
255
255
#define bit_uint6korr (A ) ((uint64_t)(((uint32_t) (((zend_uchar*) (A))[5])) +\
256
256
(((uint32_t) (((zend_uchar*) (A))[4])) << 8) +\
You can’t perform that action at this time.
0 commit comments