From db01a92edff0548b87d6e8c1e285e8bfbbc97fe7 Mon Sep 17 00:00:00 2001 From: Haichen Wu Date: Thu, 29 Feb 2024 15:16:40 +0800 Subject: [LONGAARCH_DYNAREC] Added 00...05 and 28...2D opcodes (#1297) * [LONGAARCH] More renamed arch to LA64 * [LONGAARCH_DYNAREC] Added 00...05 and 28...2D opcodes --- src/include/dynarec_la464.h | 10 ---------- src/include/dynarec_la64.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 src/include/dynarec_la464.h create mode 100644 src/include/dynarec_la64.h (limited to 'src/include') diff --git a/src/include/dynarec_la464.h b/src/include/dynarec_la464.h deleted file mode 100644 index cf8946f0..00000000 --- a/src/include/dynarec_la464.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __DYNAREC_LA64_H_ -#define __DYNAREC_LA64_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_LA64_H_ \ No newline at end of file diff --git a/src/include/dynarec_la64.h b/src/include/dynarec_la64.h new file mode 100644 index 00000000..cf8946f0 --- /dev/null +++ b/src/include/dynarec_la64.h @@ -0,0 +1,10 @@ +#ifndef __DYNAREC_LA64_H_ +#define __DYNAREC_LA64_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_LA64_H_ \ No newline at end of file -- cgit 1.4.1