mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-21 18:22:33 +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 New Issue
Block a user