Changeset 9679 in vbox for trunk/src/VBox
- Timestamp:
- Jun 13, 2008 11:44:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
r9678 r9679 432 432 } 433 433 434 #ifndef IN_RING0 434 435 /** 435 436 * Converts a GC selector based address to a flat address. … … 637 638 return VERR_SELECTOR_NOT_PRESENT; 638 639 } 639 640 #endif /* !IN_RING0 */ 640 641 641 642 /**
Note:
See TracChangeset
for help on using the changeset viewer.