Update comments for uc_cb_insn_sys_t

This commit is contained in:
lazymio 2022-02-27 21:11:12 +01:00
parent b1739c6a62
commit ce932e4c28
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 2 additions and 2 deletions

View File

@ -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.