mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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)
|
||||
: pointer(right)
|
||||
, m_size(right.m_size)
|
||||
{
|
||||
reinterpret_cast<u32&>(static_cast<pointer&>(right)) = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue