mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
clang
This commit is contained in:
parent
824d1dd9d4
commit
1d5cf78906
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ Value IREmitter::BufferAtomicXor(const Value& handle, const Value& address, cons
|
|||
}
|
||||
|
||||
Value IREmitter::BufferAtomicSwap(const Value& handle, const Value& address, const Value& value,
|
||||
BufferInstInfo info) {
|
||||
BufferInstInfo info) {
|
||||
return Inst(Opcode::BufferAtomicSwap, Flags{info}, handle, address, value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue