Changeset 20525 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Jun 13, 2009 8:13:33 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r14824 r20525 761 761 762 762 763 int rtR0MemObjNativeProtect(PRTR0MEMOBJINTERNAL pMem, size_t offSub, size_t cbSub, uint32_t fProt) 764 { 765 NOREF(pMem); 766 NOREF(offSub); 767 NOREF(cbSub); 768 NOREF(fProt); 769 return VERR_NOT_SUPPORTED; 770 } 771 772 763 773 RTHCPHYS rtR0MemObjNativeGetPagePhysAddr(PRTR0MEMOBJINTERNAL pMem, size_t iPage) 764 774 {
Note:
See TracChangeset
for help on using the changeset viewer.