about summary refs log tree commit diff stats
path: root/src/include/dynarec_la64.h
blob: cf8946f00b7230200bcf5b39389e5f29deb95428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __DYNAREC_LA64_H_
#define __DYNAREC_LA64_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_LA64_H_