diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-02-02 22:33:13 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-02-02 22:33:13 +0000 |
| commit | 90c29fdde317c39384011a6ba97077c138f13ad6 (patch) | |
| tree | a76eab90595198802925f8e3e2bd1ea4c87ca24f /service/kjarna.c | |
| parent | 6b9c30f9f35e9094762a96a861f0fa978c8e095d (diff) | |
no wait, cleanup
Diffstat (limited to 'service/kjarna.c')
| -rw-r--r-- | service/kjarna.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
