stdatomic: fix atomic_init parameters
This commit is contained in:
parent
9d862be1e7
commit
458457590d
1 changed files with 1 additions and 1 deletions
2
tccgen.c
2
tccgen.c
|
@ -5771,7 +5771,7 @@ static void parse_atomic(int atok)
|
||||||
* v -- value
|
* v -- value
|
||||||
* m -- memory model
|
* m -- memory model
|
||||||
*/
|
*/
|
||||||
{TOK___c11_atomic_init, "-a"},
|
{TOK___c11_atomic_init, "-av"},
|
||||||
{TOK___c11_atomic_store, "-avm"},
|
{TOK___c11_atomic_store, "-avm"},
|
||||||
{TOK___c11_atomic_load, "am"},
|
{TOK___c11_atomic_load, "am"},
|
||||||
{TOK___c11_atomic_exchange, "avm"},
|
{TOK___c11_atomic_exchange, "avm"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue