mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-08 05:25:33 +00:00
Make compiler happy.
This commit is contained in:
parent
f704fc55af
commit
5e970c3122
|
@ -94,6 +94,7 @@ ParallelStage &ParallelStage::operator=(const ParallelStage &other) {
|
|||
assert(m_NumBlocks == other.m_NumBlocks);
|
||||
|
||||
memcpy(m_Blocks, other.m_Blocks, m_NumBlocks * sizeof(m_Blocks[0]));
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue