diff options
Diffstat (limited to 'src/dynarec/dynacache_reloc.h')
| -rw-r--r-- | src/dynarec/dynacache_reloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/dynacache_reloc.h b/src/dynarec/dynacache_reloc.h index 3e1a601c..40f03019 100644 --- a/src/dynarec/dynacache_reloc.h +++ b/src/dynarec/dynacache_reloc.h @@ -10,7 +10,7 @@ typedef enum native_consts_s { const_last } native_consts_t; #define DUMMY_GETCONST -uintptr_t getConst(arm64_consts_t which); +uintptr_t getConst(native_consts_t which); #endif void AddRelocTable64Const(dynarec_native_t* dyn, int ninst, native_consts_t C, int pass); |