Ignore:
Timestamp:
Mar 6, 2003, 11:44:34 AM (22 years ago)
Author:
sandervl
Message:

cleanup/resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r9884 r9911  
    1 /* $Id: virtual.cpp,v 1.53 2003-03-03 16:30:44 sandervl Exp $ */
     1/* $Id: virtual.cpp,v 1.54 2003-03-06 10:44:34 sandervl Exp $ */
    22
    33/*
     
    180180        return FALSE;
    181181    }
    182     ret = map->flushView(offset, cbFlush);
     182    ret = map->flushView((ULONG)base, offset, cbFlush);
    183183    map->Release();
    184184    return ret;
     
    365365        if(map) {
    366366            //TODO: We don't allow protection flag changes for mmaped files now
    367             map->commitPage(offset, FALSE, nrpages);
     367            map->commitPage((ULONG)lpvAddress, offset, FALSE, nrpages);
    368368            map->Release();
    369369            return lpvAddress;
Note: See TracChangeset for help on using the changeset viewer.