Changeset 48957 in vbox for trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
- Timestamp:
- Oct 7, 2013 10:04:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r46003 r48957 658 658 /* Put the conditionals for while and for loops onto the control stack again. */ 659 659 PVDSCRIPTASTSTMT pLoopStmt = (PVDSCRIPTASTSTMT)pCtrl->Ctrl.pAstNode; 660 660 661 661 AssertMsg( pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_WHILE 662 662 || pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_FOR,
Note:
See TracChangeset
for help on using the changeset viewer.