mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 09:32:42 +00:00
Small fix
This commit is contained in:
parent
bcad7afcc9
commit
5764ee7a2a
@ -202,7 +202,7 @@ public:
|
|||||||
return sq_size;
|
return sq_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_full() const volatile
|
bool is_full() const
|
||||||
{
|
{
|
||||||
return m_sync.read_relaxed().count == sq_size;
|
return m_sync.read_relaxed().count == sq_size;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user