mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-27 07:44:09 +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
|
#endif
|
||||||
}
|
}
|
||||||
goto exit_dispatch;
|
goto exit_dispatch;
|
||||||
|
#ifdef WITHFAT32
|
||||||
unsupp:
|
unsupp:
|
||||||
{
|
{
|
||||||
lr.AL = 00;
|
lr.AL = 00;
|
||||||
goto error_carry;
|
goto error_carry;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
long_check:
|
long_check:
|
||||||
if (lrc >= SUCCESS)
|
if (lrc >= SUCCESS)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user