Changeset 52451 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/opcodes.py
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-4.3 merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.3/src/VBox merged: 95661
- Property svn:mergeinfo changed
-
trunk/src/VBox/GuestHost/OpenGL/packer/opcodes.py
r50973 r52451 39 39 enum_index = enum_index + 1 40 40 print "\tCR_CMDBLOCKEND_OPCODE=%d," % enum_index 41 enum_index = enum_index + 1 42 print "\tCR_CMDBLOCKFLUSH_OPCODE=%d," % enum_index 41 43 print "\tCR_NOP_OPCODE=255" 42 44 if enum_index > 254:
Note:
See TracChangeset
for help on using the changeset viewer.