Changeset 13832 in vbox for trunk/src/VBox/VMM/IOM.cpp
- Timestamp:
- Nov 5, 2008 2:01:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/IOM.cpp
r13824 r13832 633 633 } 634 634 #ifndef IOM_NO_PDMINS_CHECKS 635 # ifndef IN_ GC635 # ifndef IN_RC 636 636 if (pRange->pDevIns != pDevIns) 637 637 # else … … 741 741 } 742 742 #ifndef IOM_NO_PDMINS_CHECKS 743 # ifndef IN_ GC743 # ifndef IN_RC 744 744 if (pRange->pDevIns != pDevIns) 745 745 # else
Note:
See TracChangeset
for help on using the changeset viewer.