Bugfixes: videomode 9; returned ebx in 70.1 for CD

git-svn-id: svn://kolibrios.org@89 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2006-06-22 11:22:22 +00:00
parent b429107fec
commit 6cc0b12acb
4 changed files with 4 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ fs_CdReadFolder:
mov edi,[ebx]
sub [edx+4],edi
pop ecx edi
xor ebx,ebx
mov ebx, [edx+4]
mov eax,ERROR_SUCCESS
ret