Changeset 78792 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/unpacker
- Timestamp:
- May 27, 2019 7:09:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
r78190 r78792 248 248 print(""" 249 249 #ifdef CR_UNPACK_DEBUG_LAST_OPCODES 250 if (i==( num_opcodes-1))250 if (i==(pState->cOpcodes-1)) 251 251 #endif 252 252 #if defined(CR_UNPACK_DEBUG_OPCODES) || defined(CR_UNPACK_DEBUG_LAST_OPCODES) … … 261 261 #else 262 262 # ifdef CR_UNPACK_DEBUG_LAST_OPCODES 263 if (i==( num_opcodes-1)) crUnpackExtendDbg(pState);263 if (i==(pState->cOpcodes-1)) crUnpackExtendDbg(pState); 264 264 else 265 265 # endif
Note:
See TracChangeset
for help on using the changeset viewer.