mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 09:23:34 +00:00
Fixed _var_base move ctor
This commit is contained in:
parent
44879dd9f3
commit
67a341fded
@ -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 @@
|
|||||||
Subproject commit 6db95674404f407fc50b3c96695e6098d25146d3
|
Subproject commit aa6bcbc58961356733ae1fc0742a37a0a6190f31
|
Loading…
Reference in New Issue
Block a user