mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
fix build error on FAT16 (non FAT32) variant because of unused label
This commit is contained in:
parent
b0653c0c5f
commit
e341cce4ed
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user