Fixed _var_base move ctor
This commit is contained in:
@@ -78,6 +78,7 @@ namespace vm
|
|||||||
|
|
||||||
_var_base(_var_base&& right)
|
_var_base(_var_base&& right)
|
||||||
: pointer(right)
|
: pointer(right)
|
||||||
|
, m_size(right.m_size)
|
||||||
{
|
{
|
||||||
reinterpret_cast<u32&>(static_cast<pointer&>(right)) = 0;
|
reinterpret_cast<u32&>(static_cast<pointer&>(right)) = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
Submodule rsx_program_decompiler updated: 6db9567440...aa6bcbc589
Reference in New Issue
Block a user