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

typedef struct x64test_s x64test_t;
int RunTest(x64test_t* test);

void x64test_step(x64emu_t* ref, uintptr_t ip);
void x64test_check(x64emu_t* ref, uintptr_t ip);

#endif // __X64TEST_H_