Krn: Fixed the number of functions in the file system drivers

git-svn-id: svn://kolibrios.org@10015 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom
2024-05-09 14:22:13 +00:00
parent e72feb4052
commit d8b8010bbd
5 changed files with 6 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ iglobal
align 4
ext_user_functions:
dd ext_free
dd (ext_user_functions_end - ext_user_functions - 4) / 4
dd (ext_user_functions_end - ext_user_functions - 8) / 4
dd ext_ReadFile
dd ext_ReadFolder
dd ext_CreateFile