AlexAltea / unicorn.js

Unicorn CPU emulator framework port for JavaScript
https://alexaltea.github.io/unicorn.js/
GNU General Public License v2.0
566 stars 36 forks source link

The `hook_del` function is missing the `hook` parameter #13

Closed typoon closed 7 years ago

typoon commented 7 years ago

The hook_del function was missing the hook parameter, so there was no way to delete hooks. Calling the function would result in an error saying the hook variable was undefined.