mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
clang
This commit is contained in:
parent
d4dab94acd
commit
fcf4b20f30
@ -56,7 +56,7 @@ Id EmitBufferAtomicInc32(EmitContext&, IR::Inst*, u32, Id, Id) {
|
|||||||
UNREACHABLE_MSG("Unsupported BUFFER_ATOMIC opcode: ", IR::Opcode::BufferAtomicInc32);
|
UNREACHABLE_MSG("Unsupported BUFFER_ATOMIC opcode: ", IR::Opcode::BufferAtomicInc32);
|
||||||
}
|
}
|
||||||
|
|
||||||
Id EmitBufferAtomicDec32(EmitContext&, IR::Inst*, u32, Id, Id){
|
Id EmitBufferAtomicDec32(EmitContext&, IR::Inst*, u32, Id, Id) {
|
||||||
// TODO
|
// TODO
|
||||||
UNREACHABLE_MSG("Unsupported BUFFER_ATOMIC opcode: ", IR::Opcode::BufferAtomicDec32);
|
UNREACHABLE_MSG("Unsupported BUFFER_ATOMIC opcode: ", IR::Opcode::BufferAtomicDec32);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user