From e43b2b5a534ab88a1a1c709bf617b32da0a633f7 Mon Sep 17 00:00:00 2001 From: just nine Date: Wed, 14 Apr 2021 23:17:33 +0100 Subject: [PATCH] squash silly warning --- emulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emulator.c b/emulator.c index 1174bd0..9c9af66 100644 --- a/emulator.c +++ b/emulator.c @@ -264,6 +264,7 @@ cpu_loop: stop_cpu_emulation: printf("[CPU] End of CPU thread\n"); + return (void *)NULL; } void *keyboard_task() { -- 2.39.2