Changeset 8570 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 5, 2008 12:36:54 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r8484 r8570 1655 1655 if (id.isEmpty() || aBus == StorageBus_Null) 1656 1656 return E_INVALIDARG; 1657 1658 /* The device property is not used for SATA yet. Thus it is always zero. */ 1659 if ((aBus == StorageBus_SATA) && (aDevice != 0)) 1660 AssertMsgFailed(("Invalid aDevice %d\n", aDevice)); 1657 1661 1658 1662 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.