Changeset 73335 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 23, 2018 4:57:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GIMHvInternal.h
r72469 r73335 419 419 /** @} */ 420 420 421 /** 422 * 423 * @todo r=bird: Incorrect use of the term 'END' here. 424 * The correct term is 'LAST' as it's inclusive. 425 * 'END' is the term for exclusive range terminators. 426 * 427 * See Coding guidelines. 428 * 429 */ 421 430 AssertCompile(MSR_GIM_HV_RANGE0_START <= MSR_GIM_HV_RANGE0_END); 422 431 AssertCompile(MSR_GIM_HV_RANGE1_START <= MSR_GIM_HV_RANGE1_END);
Note:
See TracChangeset
for help on using the changeset viewer.