mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
lockless.h: Fixup addressing
This commit is contained in:
parent
21f65f087d
commit
1dfee5fbfa
@ -41,7 +41,7 @@ public:
|
|||||||
{
|
{
|
||||||
if (index - i < N)
|
if (index - i < N)
|
||||||
{
|
{
|
||||||
result = std::addressof(m_data[index - i]);
|
result = std::addressof(_this->m_data[index - i]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user