diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-05-01 17:03:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 11:03:58 +0200 |
| commit | 08bc57045af7067adf3495d274a4800bb8385df0 (patch) | |
| tree | 6f9e7965ab075ff8a536788e740a4ca8b75f2d8f /src/include | |
| parent | ee58b6a7347cadb33a721dc492bb6a7cc587b2ca (diff) | |
| download | box64-08bc57045af7067adf3495d274a4800bb8385df0.tar.gz box64-08bc57045af7067adf3495d274a4800bb8385df0.zip | |
[LA64_DYNAREC] Fixed dynarec infra (#1479)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/dynarec_la64.h | 10 | ||||
| -rw-r--r-- | src/include/dynarec_rv64.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/src/include/dynarec_la64.h b/src/include/dynarec_la64.h deleted file mode 100644 index cf8946f0..00000000 --- a/src/include/dynarec_la64.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_rv64.h b/src/include/dynarec_rv64.h deleted file mode 100644 index dd3b734e..00000000 --- a/src/include/dynarec_rv64.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __DYNAREC_RV64_H_ -#define __DYNAREC_RV64_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_RV64_H_ \ No newline at end of file |