mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-29 12:24:58 +00:00
lv2_obj::create: fix pessimizing move
Could have been preventing copy elision.
This commit is contained in:
parent
5b6537674f
commit
8ae727ca04
@ -282,7 +282,7 @@ public:
|
||||
return finalize_construct();
|
||||
}
|
||||
|
||||
return std::move(result);
|
||||
return result;
|
||||
}))
|
||||
{
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user