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