mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fix SAFE_BUFFERS attribute for GCC
This commit is contained in:
parent
3e496f6625
commit
4f8cac731b
7 changed files with 33 additions and 29 deletions
|
|
@ -72,7 +72,7 @@ void perf_stat_base::print(const char* name) noexcept
|
|||
extern "C" void _mm_lfence();
|
||||
#endif
|
||||
|
||||
SAFE_BUFFERS void perf_stat_base::push(u64 data[66], u64 start_time, const char* name) noexcept
|
||||
SAFE_BUFFERS(void) perf_stat_base::push(u64 data[66], u64 start_time, const char* name) noexcept
|
||||
{
|
||||
// Event end
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue