mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-22 00:05:43 +01:00
atomic: Fix typo
This commit is contained in:
parent
15bacd3b1b
commit
a712959f1e
@ -41,7 +41,7 @@ Id Module::OpAtomicCompareExchange(Id result_type, Id pointer, Id memory, Id equ
|
||||
auto op{std::make_unique<Op>(spv::Op::OpAtomicCompareExchange, bound++, result_type)};
|
||||
op->Add(pointer);
|
||||
op->Add(memory);
|
||||
op->Add(equal));
|
||||
op->Add(equal);
|
||||
op->Add(unequal);
|
||||
op->Add(value);
|
||||
op->Add(comparator);
|
||||
|
Loading…
Reference in New Issue
Block a user