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

Broken timeout/count limits during emulation #3

Closed AlexAltea closed 7 years ago

AlexAltea commented 7 years ago

When passing non-zero value in the timeout or count arguments of the uc_emu_start function, the execution will sometimes ignore the limit, and sometimes prematurely halt returning an error.

AlexAltea commented 7 years ago

Fixed in 0037b18e86a3ea0650c993a0cb4b4346121543ff.