We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b060d commit da049e7Copy full SHA for da049e7
ext/opcache/jit/zend_jit_x86.dasc
@@ -2930,7 +2930,7 @@ static int zend_jit_setup(void)
2930
/* To find offset of "_tsrm_ls_cache" in TLS segment we perform a linear scan of local TLS memory */
2931
/* Probably, it might be better solution */
2932
do {
2933
- void ***tls_mem = ((void***)__readfsdword(0x2c))[_tls_index];
+ void ***tls_mem = ((void**)__readfsdword(0x2c))[_tls_index];
2934
void *val = _tsrm_ls_cache;
2935
size_t offset = 0;
2936
size_t size = (char*)&_tls_end - (char*)&_tls_start;
0 commit comments