Inline uc_tracecode when there is only exactly one hook
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#ifndef UNICORN_ARCH_POSTFIX
|
||||
#define UNICORN_ARCH_POSTFIX _mips64
|
||||
#endif
|
||||
#define uc_add_inline_hook uc_add_inline_hook_mips64
|
||||
#define uc_del_inline_hook uc_del_inline_hook_mips64
|
||||
#define tb_invalidate_phys_range tb_invalidate_phys_range_mips64
|
||||
#define use_idiv_instructions use_idiv_instructions_mips64
|
||||
#define arm_arch arm_arch_mips64
|
||||
|
Reference in New Issue
Block a user