7 lines
126 B
C
7 lines
126 B
C
|
#include "unicorn_test.h"
|
||
|
|
||
|
const uint64_t code_start = 0x1000;
|
||
|
const uint64_t code_len = 0x4000;
|
||
|
|
||
|
TEST_LIST = {{NULL, NULL}};
|