mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
JITASM: include <mutex> on APPLE
Co-Authored-By: RipleyTom <RipleyTom@users.noreply.github.com>
This commit is contained in:
parent
c7d7f2d03b
commit
e075170cc4
@ -14,6 +14,10 @@
|
|||||||
#define CAN_OVERCOMMIT
|
#define CAN_OVERCOMMIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
#include <mutex>
|
||||||
|
#endif
|
||||||
|
|
||||||
LOG_CHANNEL(jit_log, "JIT");
|
LOG_CHANNEL(jit_log, "JIT");
|
||||||
|
|
||||||
void jit_announce(uptr func, usz size, std::string_view name)
|
void jit_announce(uptr func, usz size, std::string_view name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user