diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-06-24 22:34:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 16:34:49 +0200 |
| commit | 5e9972f2d383f77e04b55cad9ff2a9d2622512bb (patch) | |
| tree | d844471f83974542fbec11ead8721a75fe4ec5fa /src/dynarec/dynacache_reloc.c | |
| parent | acc0d451bb83be5c8e349b497a261742bf8cd6f5 (diff) | |
| download | box64-5e9972f2d383f77e04b55cad9ff2a9d2622512bb.tar.gz box64-5e9972f2d383f77e04b55cad9ff2a9d2622512bb.zip | |
[DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)
Diffstat (limited to 'src/dynarec/dynacache_reloc.c')
| -rw-r--r-- | src/dynarec/dynacache_reloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dynarec/dynacache_reloc.c b/src/dynarec/dynacache_reloc.c index 3184ad13..d3d4fa0b 100644 --- a/src/dynarec/dynacache_reloc.c +++ b/src/dynarec/dynacache_reloc.c @@ -241,11 +241,3 @@ uintptr_t RelocGetNext() { return getConst(const_native_next); } - -#ifdef FAKE_GETCONST -inline uintptr_t getConst(native_consts_t which) -{ - (void)which; - return 0; // dummy -} -#endif \ No newline at end of file |