mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +00:00
clang
This commit is contained in:
parent
824d1dd9d4
commit
1d5cf78906
@ -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,
|
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);
|
return Inst(Opcode::BufferAtomicSwap, Flags{info}, handle, address, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user