diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 23:21:36 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 23:21:36 +0200 |
| commit | 9f75f28e7a464734bab8e719c1a60178280b224d (patch) | |
| tree | 6c7d9c2d1e1c4d307e7acfbcbf92b04c7e83dea1 /src/include/dynarec.h | |
| parent | feb4a394577ea152b60393875860c551a7573adf (diff) | |
| download | box64-9f75f28e7a464734bab8e719c1a60178280b224d.tar.gz box64-9f75f28e7a464734bab8e719c1a60178280b224d.zip | |
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same time and compare states
Diffstat (limited to 'src/include/dynarec.h')
| -rwxr-xr-x | src/include/dynarec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/dynarec.h b/src/include/dynarec.h index a68c6d6a..c304cf1e 100755 --- a/src/include/dynarec.h +++ b/src/include/dynarec.h @@ -5,4 +5,7 @@ typedef struct x64emu_s x64emu_t; void DynaCall(x64emu_t* emu, uintptr_t addr); // try to use DynaRec... Fallback to EmuCall if no dynarec available +void x64test_init(x64emu_t* ref); +void x64test_check(x64emu_t* ref); + #endif // __DYNAREC_H_ \ No newline at end of file |