mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 01:00:11 +00:00
lockless.h: Fox
This commit is contained in:
parent
e38b6cd391
commit
df2f7e5ebc
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ public:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
lf_array* next = m_next;
|
lf_array* next = _this->m_next;
|
||||||
|
|
||||||
if (!next)
|
if (!next)
|
||||||
{
|
{
|
||||||
|
@ -99,7 +99,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lf_array* next = m_next;
|
lf_array* next = _this->m_next;
|
||||||
|
|
||||||
if constexpr (!std::is_void_v<return_t>)
|
if constexpr (!std::is_void_v<return_t>)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue