fixed documentation of uc_emu_stop (#721)

This commit is contained in:
Jonas 2017-01-19 22:19:43 +00:00 committed by Nguyen Anh Quynh
parent b678512fc1
commit ec6602a7e1

View file

@ -501,7 +501,6 @@ uc_err uc_emu_start(uc_engine *uc, uint64_t begin, uint64_t until, uint64_t time
/*
Stop emulation (which was started by uc_emu_start() API.
This is typically called from callback functions registered via tracing APIs.
NOTE: for now, this will stop the execution only after the current block.
@uc: handle returned by uc_open()