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 9a4155c commit 49a6635Copy full SHA for 49a6635
ext/opcache/jit/zend_jit_x86.dasc
@@ -2943,7 +2943,7 @@ static int zend_jit_setup(void)
2943
/* To find offset of "_tsrm_ls_cache" in TLS segment we perform a linear scan of local TLS memory */
2944
/* Probably, it might be better solution */
2945
do {
2946
- void ***tls_mem = ((void***)__readfsdword(0x2c))[_tls_index];
+ void ***tls_mem = ((void**)__readfsdword(0x2c))[_tls_index];
2947
void *val = _tsrm_ls_cache;
2948
size_t offset = 0;
2949
size_t size = (char*)&_tls_end - (char*)&_tls_start;
0 commit comments