mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 21:38:01 +03:00
Fixed _var_base move ctor
This commit is contained in:
parent
44879dd9f3
commit
67a341fded
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue