mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
clang: fix compilation on 3.7
This commit is contained in:
parent
4babe9076b
commit
b09321354a
@ -1,5 +1,9 @@
|
||||
#include "JIT.h"
|
||||
|
||||
#ifndef _XABORT_RETRY
|
||||
#define _XABORT_RETRY (1 << 1)
|
||||
#endif
|
||||
|
||||
asmjit::JitRuntime& asmjit::get_global_runtime()
|
||||
{
|
||||
// Magic static
|
||||
|
Loading…
Reference in New Issue
Block a user