From ce932e4c285752ec1b516d677627ae8e43552ca9 Mon Sep 17 00:00:00 2001 From: lazymio Date: Sun, 27 Feb 2022 21:11:12 +0100 Subject: [PATCH] Update comments for uc_cb_insn_sys_t --- include/unicorn/arm64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/unicorn/arm64.h b/include/unicorn/arm64.h index 5597ab19..7ddd9669 100644 --- a/include/unicorn/arm64.h +++ b/include/unicorn/arm64.h @@ -359,8 +359,8 @@ typedef enum uc_arm64_reg { } uc_arm64_reg; // Callback function for tracing MRS/MSR/SYS/SYSL. If this callback returns -// true, the read/write to system registers would be skipped. Note one callback -// per instruction is allowed. +// true, the read/write to system registers would be skipped (even though it may +// cause exceptions!). Note one callback per instruction is allowed. // @reg: The source/destination register. // @cp_reg: The source/destincation system register. // @user_data: The user data.