Remove uc_cb_eventmem_t as it is identical to uc_cb_hookmem_t, as per

issue #111
This commit is contained in:
Sean Heelan
2015-09-22 12:37:05 +07:00
parent 75c5904ec1
commit cb2b97f26c
3 changed files with 11 additions and 21 deletions

2
uc.c
View File

@ -830,7 +830,7 @@ MemoryRegion *memory_mapping(struct uc_struct* uc, uint64_t address)
return NULL;
}
static uc_err _hook_mem_invalid(struct uc_struct* uc, uc_cb_eventmem_t callback,
static uc_err _hook_mem_invalid(struct uc_struct* uc, uc_cb_hookmem_t callback,
void *user_data, uc_hook *evh)
{
size_t i;