mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:48:21 +00:00
fixed documentation of uc_emu_stop (#721)
This commit is contained in:
parent
b678512fc1
commit
ec6602a7e1
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
Stop emulation (which was started by uc_emu_start() API.
|
||||||
This is typically called from callback functions registered via tracing APIs.
|
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()
|
@uc: handle returned by uc_open()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue