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

typedef struct dynablock_s dynablock_t;
typedef struct x64emu_s x64emu_t;

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

#endif //__DYNAREC_RV64_H_