Changeset 11825 in vbox for trunk/src/VBox/Devices/PC/DevPcBios.cpp
- Timestamp:
- Aug 29, 2008 2:29:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r11819 r11825 1509 1509 return rc; 1510 1510 1511 #if 0 1512 /* VMI not yet */ 1513 #ifndef VBOX_OSE 1511 #ifdef VBOX_WITH_VMI 1514 1512 /* 1515 1513 * Map the VMI BIOS into memory. … … 1519 1517 if (RT_FAILURE(rc)) 1520 1518 return rc; 1521 #endif 1522 #endif 1519 #endif /* VBOX_WITH_VMI */ 1523 1520 1524 1521 /*
Note:
See TracChangeset
for help on using the changeset viewer.