From c7f5b1ffe0fd0f5d0e71e285d8b920ded5aee591 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 22 Feb 2026 08:53:42 +0200 Subject: [PATCH] hos: fix building --- bootloader/hos/hos_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/hos/hos_config.c b/bootloader/hos/hos_config.c index b88f28db..b1354726 100644 --- a/bootloader/hos/hos_config.c +++ b/bootloader/hos/hos_config.c @@ -299,7 +299,7 @@ static const cfg_handler_t _config_handlers[] = { { "secmon", _config_secmon }, { "kernel", _config_kernel }, { "kip1", _config_kip1 }, - { "kip1patch", config_kip1patch }, + { "kip1patch", hos_config_kip1patch }, { "fullsvcperm", _config_svcperm }, { "debugmode", _config_debugmode }, { "kernelprocid", _config_kernel_proc_id },