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