make DiskDel save ebx

git-svn-id: svn://kolibrios.org@3202 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-01-28 12:49:55 +00:00
parent a52b2728a7
commit edce644b61

View File

@ -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