From 82b80b3b122055a027fbd0509ae4c52414f6550d Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 2 Feb 2014 00:31:40 +0200 Subject: [PATCH] fixme trivia --- src/duk_js_executor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duk_js_executor.c b/src/duk_js_executor.c index 0c3dd43b..301d75fc 100644 --- a/src/duk_js_executor.c +++ b/src/duk_js_executor.c @@ -1293,7 +1293,7 @@ static void duk_executor_interrupt(duk_hthread *thr) { ctr = DUK_HEAP_INTCTR_DEFAULT; #if 0 - /* FIXME: cumulative instruction count */ + /* FIXME: cumulative instruction count example */ static int step_count = 0; step_count += thr->heap->interrupt_init; if (step_count >= 1000000) {