mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Log address location/size in SPInit.
This commit is contained in:
parent
33b3e39a98
commit
4255a77898
@ -427,7 +427,7 @@ HRESULT WINAPI SPInit(LPSPINITDATA data) {
|
||||
return r_SPInit(data);
|
||||
}
|
||||
|
||||
log_printf("SPInit: %p", data->lpISP);
|
||||
log_printf("SPInit: %p (lpAddress = %p, dwAddressSize = %u)", data->lpISP, data->lpAddress, (unsigned int)(data->dwAddressSize));
|
||||
|
||||
{
|
||||
struct sp_data *sp_data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user