Changeset 100444 in vbox
- Timestamp:
- Jul 8, 2023 2:48:54 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r100443 r100444 633 633 static bool pcbiosCmosTryPCATHardDisk(PPDMDEVINS pDevIns, int drive, PCPDMMEDIAGEOMETRY pLCHSGeometry) 634 634 { 635 inttype;636 inttypeLow;637 bool fCompatGeom = false;635 unsigned type; 636 unsigned typeLow; 637 bool fCompatGeom = false; 638 638 639 639 Assert((drive == 0) || (drive == 1));
Note:
See TracChangeset
for help on using the changeset viewer.