From ec6602a7e127046e7594b1d9a629e99b4cd3e179 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 19 Jan 2017 22:19:43 +0000 Subject: [PATCH] fixed documentation of uc_emu_stop (#721) --- include/unicorn/unicorn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 61d16568..6640706e 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -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()