mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
lockless.h: Fixup addressing
This commit is contained in:
parent
21f65f087d
commit
1dfee5fbfa
|
|
@ -41,7 +41,7 @@ public:
|
|||
{
|
||||
if (index - i < N)
|
||||
{
|
||||
result = std::addressof(m_data[index - i]);
|
||||
result = std::addressof(_this->m_data[index - i]);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue