Changeset 21780 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
- Timestamp:
- Jul 24, 2009 10:44:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
r21308 r21780 221 221 cr_unpackData = (const unsigned char *)data; 222 222 223 #if defined(CR_UNPACK_DEBUG_LAST_OPCODES) || defined(CR_UNPACK_DEBUG_LAST_OPCODES) 223 224 crDebug("crUnpack: %d opcodes", num_opcodes); 225 #endif 224 226 225 227 for (i = 0 ; i < num_opcodes ; i++)
Note:
See TracChangeset
for help on using the changeset viewer.