mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
GCC 9 fix (nw)
This commit is contained in:
parent
9a57fb3d79
commit
539a29a5cb
@ -498,7 +498,7 @@ private:
|
||||
{
|
||||
func_t result;
|
||||
m_builder.build([&result] (auto &&f) { result = [cb = std::move(f)] (address_space &space, offs_t offset, typename T::input_mask_t mem_mask) { return cb(space, offset, mem_mask); }; });
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user