-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: UC_HOOK_MEM_READ only triggered once on Arm64 Host machine. #1935
Conversation
ppc64le host have same problem with mem hook. |
You can disable tests for ppc64 by using defines as I did somethere. |
I try it in android arm64,but not work |
fwiw, this patch, applied on top of d4b9248, addresses this (hugely annoying) issue for me. What is needed to get a fix merged? |
this cause uc_ctl_remove_cache remove a invalid tbs.
Fix UC_HOOK_MEM_READ only triggered once on Arm64 Host machine.
add simple test for that.
#1908.