Changeset 33540 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c
r32348 r33540 375 375 _4G-1, /* highest physical address */ 376 376 PAGE_SIZE, /* alignment. */ 377 0); /* bound rary */377 0); /* boundary */ 378 378 if (pMemFreeBSD->Core.pv) 379 379 { … … 492 492 _4G-1, /* highest physical address */ 493 493 uAlignment, /* alignment. */ 494 0); /* bound rary */494 0); /* boundary */ 495 495 if (pMemFreeBSD->Core.pv) 496 496 {
Note:
See TracChangeset
for help on using the changeset viewer.