mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fix msvc parsing error caused by different naming
This commit is contained in:
parent
306776626a
commit
fec9fcda7d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ std::mutex g_tty_mutex;
|
|||
|
||||
namespace atomic_wait
|
||||
{
|
||||
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 stats));
|
||||
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 max_coll));
|
||||
}
|
||||
|
||||
template<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue