Skip to content

fix instruction cache issue on Darwin ARM64

Latest

Choose a tag to compare

@agiledragon agiledragon released this 28 Dec 06:44
e846f93

On Darwin ARM64, the instruction cache was not flushed after modifying
machine code, which could cause monkey patches to fail.

Reference: #184