aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_x64/ARMJIT_Compiler.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2019-07-14 19:24:00 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-06-16 11:54:03 +0200
commit86f2be7260f9a9b51efd7c795c28cdcfda775742 (patch)
treecde6dd8df1bdadb43f09ea2e11c06624142dc8c6 /src/ARMJIT_x64/ARMJIT_Compiler.h
parentfc82ca1a97ce8304bf563ca53187227e505eb54e (diff)
jit: add compile option
Diffstat (limited to 'src/ARMJIT_x64/ARMJIT_Compiler.h')
-rw-r--r--src/ARMJIT_x64/ARMJIT_Compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ARMJIT_x64/ARMJIT_Compiler.h b/src/ARMJIT_x64/ARMJIT_Compiler.h
index cd58012..0ce7d8d 100644
--- a/src/ARMJIT_x64/ARMJIT_Compiler.h
+++ b/src/ARMJIT_x64/ARMJIT_Compiler.h
@@ -132,7 +132,6 @@ public:
return Gen::R(RegCache.Mapping[reg]);
}
- void* ResetStart;
void* MemoryFuncs9[3][2];
void* MemoryFuncs7[3][2][2];