Maybe fix linux build
Who knows without a linux VM. I sure don't. Only 1 way to find out quickly. Nobody reads these notes anyway ¯\_(ツ)_/¯
This commit is contained in:
@@ -10,11 +10,6 @@
|
|||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#define ASMJIT_STATIC
|
|
||||||
#define ASMJIT_DEBUG
|
|
||||||
|
|
||||||
#include "asmjit.h"
|
|
||||||
|
|
||||||
#define SPU_OFF_128(x, ...) asmjit::x86::oword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
#define SPU_OFF_128(x, ...) asmjit::x86::oword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
||||||
#define SPU_OFF_64(x, ...) asmjit::x86::qword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
#define SPU_OFF_64(x, ...) asmjit::x86::qword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
||||||
#define SPU_OFF_32(x, ...) asmjit::x86::dword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
#define SPU_OFF_32(x, ...) asmjit::x86::dword_ptr(*cpu, offset32(&SPUThread::x, ##__VA_ARGS__))
|
||||||
|
|||||||
@@ -1,17 +1,11 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "SPURecompiler.h"
|
#define ASMJIT_STATIC
|
||||||
|
#define ASMJIT_DEBUG
|
||||||
|
|
||||||
namespace asmjit
|
#include "asmjit.h"
|
||||||
{
|
|
||||||
struct JitRuntime;
|
#include "SPURecompiler.h"
|
||||||
struct CodeHolder;
|
|
||||||
struct X86Compiler;
|
|
||||||
struct X86Gp;
|
|
||||||
struct X86Xmm;
|
|
||||||
struct X86Mem;
|
|
||||||
struct Label;
|
|
||||||
}
|
|
||||||
|
|
||||||
// SPU ASMJIT Recompiler
|
// SPU ASMJIT Recompiler
|
||||||
class spu_recompiler : public spu_recompiler_base
|
class spu_recompiler : public spu_recompiler_base
|
||||||
|
|||||||
Reference in New Issue
Block a user