forked from KolibriOS/kolibrios
small bug in ramdrive save function
git-svn-id: svn://kolibrios.org@48 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2945b2faa6
commit
39feda9fd3
@ -438,7 +438,7 @@ mov [edi+22],ax ; time
|
||||
|
||||
mov eax,[esp+12]
|
||||
cmp eax,512
|
||||
jb flnsa
|
||||
jbe flnsa
|
||||
sub eax,512
|
||||
mov [esp+12],eax
|
||||
mov eax,[esp+16]
|
||||
|
Loading…
Reference in New Issue
Block a user