1
0
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:
Daniel Collins 2011-10-02 19:25:01 +00:00
parent 33b3e39a98
commit 4255a77898

View File

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