Changeset 7743 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Apr 4, 2008 1:59:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7742 r7743 2815 2815 * Check if there is any page directory to mark not present here. 2816 2816 */ 2817 # if PGM_SHW_TYPE == PGM_TYPE_32BIT 2817 # if PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT 2818 for (unsigned i = 0, iPdShw = iPD * 2; i < 2; i++, iPdShw++) /* pray that the compiler unrolls this */ 2819 # else 2818 2820 const unsigned iPdShw = iPD; NOREF(iPdShw); 2819 # else2820 for (unsigned i = 0, iPdShw = iPD * 2; i < 2; i++, iPdShw++) /* pray that the compiler unrolls this */2821 2821 # endif 2822 2822 {
Note:
See TracChangeset
for help on using the changeset viewer.