From e341cce4edbb36d04a81ece33cc3faf8cb3eda32 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Sat, 14 Aug 2021 19:21:36 -0400 Subject: [PATCH] fix build error on FAT16 (non FAT32) variant because of unused label --- kernel/inthndlr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/inthndlr.c b/kernel/inthndlr.c index 0594f10..22677c8 100644 --- a/kernel/inthndlr.c +++ b/kernel/inthndlr.c @@ -1723,11 +1723,13 @@ lfn_findclose: #endif } goto exit_dispatch; +#ifdef WITHFAT32 unsupp: { lr.AL = 00; goto error_carry; } +#endif long_check: if (lrc >= SUCCESS) {