From 6ec016327d1f75544b797ac094cfd1e899a83cdd Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 8 Nov 2021 21:01:47 +0100 Subject: [PATCH] Rename uc_hook_tcg_sub_t --- include/unicorn/unicorn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 32cad15a..6980748a 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -260,7 +260,7 @@ typedef void (*uc_hook_edge_gen_t)(uc_engine *uc, uc_tb *cur_tb, uc_tb *prev_tb, typedef void (*uc_hook_tcg_op_2)(uc_engine *uc, uint64_t address, uint64_t arg1, uint64_t arg2, void *user_data); -typedef uc_hook_tcg_op_2 uc_hook_tcg_sub; +typedef uc_hook_tcg_op_2 uc_hook_tcg_sub_t; /* Callback function for MMIO read