Changeset 24133 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 28, 2009 12:13:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r24129 r24133 1027 1027 static unsigned s_c = 0; 1028 1028 if (s_c++ < 100) 1029 AssertLogRelMsgFailed Return(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level),1030 VERR_INTERNAL_ERROR_4);1029 AssertLogRelMsgFailed(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level)); 1030 return VERR_INTERNAL_ERROR_4; 1031 1031 } 1032 1032 }
Note:
See TracChangeset
for help on using the changeset viewer.