mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +00:00
more clang
This commit is contained in:
parent
8104718f5b
commit
5d112cf68f
@ -100,8 +100,6 @@ static std::optional<u32> ResolveSetPcTarget(std::span<const GcnInst> list, u32
|
|||||||
return result_pc & ~0x3u;
|
return result_pc & ~0x3u;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static constexpr size_t LabelReserveSize = 32;
|
static constexpr size_t LabelReserveSize = 32;
|
||||||
|
|
||||||
CFG::CFG(Common::ObjectPool<Block>& block_pool_, std::span<const GcnInst> inst_list_)
|
CFG::CFG(Common::ObjectPool<Block>& block_pool_, std::span<const GcnInst> inst_list_)
|
||||||
|
Loading…
Reference in New Issue
Block a user