- Timestamp:
- Jan 30, 2013 1:25:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r44447 r44465 6 6 7 7 /* 8 * Copyright (C) 2006-201 2Oracle Corporation8 * Copyright (C) 2006-2013 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 7977 7977 */ 7978 7978 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 7979 if (RT_ SUCCESS(rc))7979 if (RT_FAILURE(rc)) 7980 7980 return rc; 7981 7981
Note:
See TracChangeset
for help on using the changeset viewer.