about summary refs log tree commit diff stats
path: root/src/dynarec/dynacache_reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarec/dynacache_reloc.c')
-rw-r--r--src/dynarec/dynacache_reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/dynacache_reloc.c b/src/dynarec/dynacache_reloc.c
index f9f70dd8..ebf0f927 100644
--- a/src/dynarec/dynacache_reloc.c
+++ b/src/dynarec/dynacache_reloc.c
@@ -242,7 +242,7 @@ uintptr_t RelocGetNext() {
 }
 
 #ifdef DUMMY_GETCONST
-uintptr_t getConst(arm64_consts_t which)
+uintptr_t getConst(native_consts_t which)
 {
     return 0;
 }