diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2019-07-14 04:33:36 +0200 |
---|---|---|
committer | RSDuck <rsduck@users.noreply.github.com> | 2020-04-26 13:03:03 +0200 |
commit | 9d76d63af5d496e232018d6ddf8ee1e55ad440ad (patch) | |
tree | ba8948dd796d7d119543dc83cd3a4ce0db608d5a /src/ARMJIT_x64/ARMJIT_Compiler.h | |
parent | dcf6e1cad2b38dc4fe0dcbdb789f92e01f802a4a (diff) |
jit: make everything configurable
Diffstat (limited to 'src/ARMJIT_x64/ARMJIT_Compiler.h')
-rw-r--r-- | src/ARMJIT_x64/ARMJIT_Compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ARMJIT_x64/ARMJIT_Compiler.h b/src/ARMJIT_x64/ARMJIT_Compiler.h index e04f96a..cd58012 100644 --- a/src/ARMJIT_x64/ARMJIT_Compiler.h +++ b/src/ARMJIT_x64/ARMJIT_Compiler.h @@ -22,6 +22,8 @@ class Compiler : public Gen::X64CodeBlock public: Compiler(); + void Reset(); + CompiledBlock CompileBlock(ARM* cpu, FetchedInstr instrs[], int instrsCount); void LoadReg(int reg, Gen::X64Reg nativeReg); |