aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_x64/ARMJIT_Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMJIT_x64/ARMJIT_Compiler.h')
-rw-r--r--src/ARMJIT_x64/ARMJIT_Compiler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ARMJIT_x64/ARMJIT_Compiler.h b/src/ARMJIT_x64/ARMJIT_Compiler.h
index 0ce7d8d..3151cbc 100644
--- a/src/ARMJIT_x64/ARMJIT_Compiler.h
+++ b/src/ARMJIT_x64/ARMJIT_Compiler.h
@@ -17,7 +17,7 @@ const Gen::X64Reg RSCRATCH2 = Gen::EDX;
const Gen::X64Reg RSCRATCH3 = Gen::ECX;
-class Compiler : public Gen::X64CodeBlock
+class Compiler : public Gen::XEmitter
{
public:
Compiler();
@@ -132,6 +132,9 @@ public:
return Gen::R(RegCache.Mapping[reg]);
}
+ u8* ResetStart;
+ u32 CodeMemSize;
+
void* MemoryFuncs9[3][2];
void* MemoryFuncs7[3][2][2];