mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 18:45:34 +00:00
fix a comment in uc_hook_add() for UC_HOOK_INSN
This commit is contained in:
parent
0822c0af85
commit
80b0356a86
2
uc.c
2
uc.c
|
@ -983,7 +983,7 @@ uc_err uc_hook_add(uc_engine *uc, uc_hook *hh, int type, void *callback,
|
|||
hook->refs = 0;
|
||||
*hh = (uc_hook)hook;
|
||||
|
||||
// everybody but HOOK_INSN gets begin/end, so exit early here.
|
||||
// UC_HOOK_INSN has an extra argument for instruction ID
|
||||
if (type & UC_HOOK_INSN) {
|
||||
va_list valist;
|
||||
|
||||
|
|
Loading…
Reference in a new issue