From 90c29fdde317c39384011a6ba97077c138f13ad6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 2 Feb 2025 22:33:13 +0000 Subject: no wait, cleanup --- service/kjarna.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'service/kjarna.c') diff --git a/service/kjarna.c b/service/kjarna.c index 80adae0..b47a45c 100644 --- a/service/kjarna.c +++ b/service/kjarna.c @@ -10,8 +10,7 @@ int kjarna_entry() uint64_t image_base; __asm__ ("leaq kc_image_base(%%rip), %0" : "=r"(image_base) :: ); - bool wait = true; - + bool wait = false; while(wait); int result = main(0, nullptr); -- cgit v1.3.1-1-g115d