From 56d1facd882ab7f48e2a5030af82f5012e1109df Mon Sep 17 00:00:00 2001 From: anthraxx Date: Thu, 1 Apr 2021 00:08:41 +0200 Subject: [PATCH] chore(profile): extend test binary so unicorn engine shows more code flow --- profiling/test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiling/test.c b/profiling/test.c index 3d5939e31..5dad96733 100644 --- a/profiling/test.c +++ b/profiling/test.c @@ -1,3 +1,6 @@ +#include + int main() { + puts("lets go"); while(1); }