mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Small fix
This commit is contained in:
parent
bcad7afcc9
commit
5764ee7a2a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue