From bdcfd697950197691eff44794d6e8a5f0e1b9a54 Mon Sep 17 00:00:00 2001 From: Haichen Wu Date: Wed, 28 Feb 2024 23:10:13 +0800 Subject: LARCH64 dynarec (#1295) * LARCH64_DYNAREC dynarec * [LARCH64_DYNAREC] Change mapping for the registers --- src/include/dynarec_la464.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/include/dynarec_la464.h (limited to 'src/include') diff --git a/src/include/dynarec_la464.h b/src/include/dynarec_la464.h new file mode 100644 index 00000000..2adb3e98 --- /dev/null +++ b/src/include/dynarec_la464.h @@ -0,0 +1,10 @@ +#ifndef __DYNAREC_LA464_H_ +#define __DYNAREC_LA464_H_ + +typedef struct dynablock_s dynablock_t; +typedef struct x64emu_s x64emu_t; + +void CancelBlock64(void); +void* FillBlock64(dynablock_t* block, uintptr_t addr); + +#endif //__DYNAREC_LA464_H_ \ No newline at end of file -- cgit 1.4.1