about summary refs log tree commit diff stats
path: root/src/include/dynarec_native.h
blob: bc4cf3f6ef3ad093eaa99b804874ef01dcf8c273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __DYNAREC_ARM_H_
#define __DYNAREC_ARM_H_

typedef struct dynablock_s dynablock_t;
typedef struct x64emu_s x64emu_t;

void CancelBlock64();
void* FillBlock64(dynablock_t* block, uintptr_t addr);

#endif //__DYNAREC_ARM_H_