mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue