fix an warning caused by _hook_mem_access()

This commit is contained in:
Nguyen Anh Quynh 2015-09-03 01:18:41 +08:00
parent be659d201d
commit 03683a7960

2
uc.c
View file

@ -593,7 +593,7 @@ static int _hook_code(uch handle, int type, uint64_t begin, uint64_t end,
} }
static uc_err _hook_mem_access(uch handle, uc_mem_type type, static uc_err _hook_mem_access(uch handle, uc_hook_t type,
uint64_t begin, uint64_t end, uint64_t begin, uint64_t end,
void *callback, void *user_data, uch *h2) void *callback, void *user_data, uch *h2)
{ {