unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.66k stars 1.35k forks source link

Fix TLB fill hook #2042

Closed elicn closed 4 weeks ago

elicn commented 1 month ago

Have TLB fill hook return a bool as it should, following this comment.

wtdcode commented 4 weeks ago

Thanks!