mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 14:53:49 +00:00
Make compiler happy.
This commit is contained in:
parent
f704fc55af
commit
5e970c3122
1 changed files with 1 additions and 0 deletions
|
@ -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