blob: 1225153d5285c2919df1663c258070d082923553 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef __DYNAREC_ARM_H_
#define __DYNAREC_ARM_H_
typedef struct dynablock_s dynablock_t;
typedef struct x64emu_s x64emu_t;
void* FillBlock64(dynablock_t* block, uintptr_t addr);
#endif //__DYNAREC_ARM_H_
|