Fixed _var_base move ctor

This commit is contained in:
DH 2016-06-27 03:22:22 +03:00
parent 44879dd9f3
commit 67a341fded
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ namespace vm
_var_base(_var_base&& right)
: pointer(right)
, m_size(right.m_size)
{
reinterpret_cast<u32&>(static_cast<pointer&>(right)) = 0;
}

@ -1 +1 @@
Subproject commit 6db95674404f407fc50b3c96695e6098d25146d3
Subproject commit aa6bcbc58961356733ae1fc0742a37a0a6190f31