add debug log for driver mappings
git-svn-id: svn://kolibrios.org@5559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a2738af006
commit
a0f73145c4
|
@ -42,6 +42,7 @@ proc load_PE stdcall, file_name:dword
|
|||
jz .cleanup
|
||||
|
||||
mov [base], eax
|
||||
DEBUGF 1,'K : driver %s mapped to %x\n',[file_name],[base]
|
||||
|
||||
push ebx ebp
|
||||
mov ebx, [image]
|
||||
|
|
Loading…
Reference in New Issue