stm_copy.reference is _Atomic type, #1317

This commit is contained in:
Cloud Wu
2021-01-11 17:20:16 +08:00
parent bc2fba560f
commit 1e5e8354d7

View File

@@ -18,7 +18,7 @@ struct stm_object {
}; };
struct stm_copy { struct stm_copy {
int reference; ATOM_INT reference;
uint32_t sz; uint32_t sz;
void * msg; void * msg;
}; };