1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-03-30 21:16:58 +00:00
unicorn/include/unicorn
bulaza 14222bd5f0 Update UC_HOOK_MEM_VALID ()
* Update UC_HOOK_MEM_VALID

UC_HOOK_MEM_READ fires before handlers for invalid memory reads, so UC_HOOK_MEM_VALID would technically also be receiving invalid memory reads. Switching to UC_HOOK_MEM_READ_AFTER ensures that only actually valid reads are hooked

* Removed macro change, added comment

Removed the macro change, but added a clarifying comment. May submit a future PR with a new macro added

* Update unicorn.h

will -> may

* Update unicorn.h
2017-05-18 08:12:46 +07:00
..
arm.h merge msvc with master 2017-02-24 10:39:36 +08:00
arm64.h Aarch64 add thread registers () 2017-05-14 14:42:49 +07:00
m68k.h cleanup include/unicorn/*.h 2017-01-22 06:02:07 +08:00
mips.h Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
platform.h MSVC port (vardyh) () 2017-02-07 21:31:35 +08:00
sparc.h cleanup include/unicorn/*.h 2017-01-22 06:02:07 +08:00
unicorn.h Update UC_HOOK_MEM_VALID () 2017-05-18 08:12:46 +07:00
x86.h fix merge conflicts 2017-03-10 21:04:33 +08:00