comparison libtwamr/tls_flags.c @ 359:dfb1f86541b2

libtwamr/tls_flags.c: use namespace.h for the right prefix
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 05 May 2024 22:56:24 +0000
parents 57b4053559ff
children
comparison
equal deleted inserted replaced
358:7bea058d0640 359:dfb1f86541b2
10 * simultaneous calls is exactly the kind of application that would benefit 10 * simultaneous calls is exactly the kind of application that would benefit
11 * from utilitizing all CPU cores), our current workaround is to use 11 * from utilitizing all CPU cores), our current workaround is to use
12 * thread-local storage. 12 * thread-local storage.
13 */ 13 */
14 14
15 #include <stdint.h>
16 #include "typedef.h" 15 #include "typedef.h"
16 #include "namespace.h"
17 17
18 __thread Flag AMR__Carry, AMR__Overflow; 18 __thread Flag Carry, Overflow;