forked from KolibriOS/kolibrios
make DiskDel save ebx
git-svn-id: svn://kolibrios.org@3202 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a52b2728a7
commit
edce644b61
@ -459,7 +459,9 @@ disk_dereference:
|
||||
stdcall disk_call_driver
|
||||
; 3b. Free the structure.
|
||||
xchg eax, esi
|
||||
push ebx
|
||||
call free
|
||||
pop ebx
|
||||
; 4. Return.
|
||||
.nothing:
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user