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

Update unicorn to latest version #26

Closed smeng9 closed 3 years ago

smeng9 commented 3 years ago

Hi,

The fix proposed in #25 is indeed very hacky, so I decided to bump the version of unicorn to see if the latest version can get the issue resolved.

I have tested using the test case in #25 and the issue no longer shows up, so I am submitting this pull request. It is possible the previous bug is not on the tci, but something on unicorn side.

This pull request also resolves #23 After review we can have a new release.

AlexAltea commented 3 years ago

Thank you, this looks indeed much cleaner.