mirror of
https://github.com/frida/tinycc
synced 2025-03-12 02:32:56 +03:00

protect some more accesses to global data with the semaphore. (And for the testcase: don't just write into global data, use local copies; it's not important for speed here).