The 70 system function have call without shift registers.

git-svn-id: svn://kolibrios.org@1491 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Alexey Teplov (
2010-06-11 14:07:06 +00:00
parent 111f6efd6a
commit 04bf87db30
4 changed files with 7 additions and 17 deletions

View File

@@ -21,12 +21,10 @@ saverd_fileinfo:
endg
sysfn_saveramdisk: ; 18.6 = SAVE FLOPPY IMAGE (HD version only)
call restorefatchain
mov eax, saverd_fileinfo
mov ebx, saverd_fileinfo
mov [saverd_fileinfo.name], ecx
pushad
push eax
call file_system_lfn
pop eax
call file_system_lfn ;in ebx
popad
mov [esp+32], eax
ret