Changeset 23542 in vbox for trunk/src/VBox
- Timestamp:
- Oct 4, 2009 9:01:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r23541 r23542 320 320 } while (0) 321 321 322 /** 323 * Asserts that the handle is somewhat valid. No returns as this is just a 324 * simple safeguard for catching bad API calls. */ 322 325 #define SSM_ASSERT_VALID_HANDLE(pSSM) \ 323 326 do \
Note:
See TracChangeset
for help on using the changeset viewer.