ntdll: Fixed typo in map_image.
This commit is contained in:
parent
c026faaeed
commit
e5477b35f4
|
@ -1081,7 +1081,7 @@ static NTSTATUS map_image( HANDLE hmapping, int fd, char *base, SIZE_T total_siz
|
|||
sec->PointerToRawData, (int)pos, file_size, map_size,
|
||||
sec->Characteristics );
|
||||
if (map_file_into_view( view, shared_fd, sec->VirtualAddress, map_size, pos,
|
||||
VPROT_COMMITTED | VPROT_READ | PROT_WRITE,
|
||||
VPROT_COMMITTED | VPROT_READ | VPROT_WRITE,
|
||||
FALSE ) != STATUS_SUCCESS)
|
||||
{
|
||||
ERR_(module)( "Could not map shared section %.8s\n", sec->Name );
|
||||
|
|
Loading…
Reference in New Issue