Changeset 97527 in vbox for trunk/include
- Timestamp:
- Nov 14, 2022 10:45:21 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154551
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r97211 r97527 569 569 AssertCompile(sizeof(DISOPCODE) == DISOPCODE_FORMAT); 570 570 #endif 571 AssertCompile(DISOPCODE_FORMAT != 15); /* Needs fixing before use as disopcode.h now has more than 1024 opcode values. */ 571 572 /** Pointer to const opcode. */ 572 573 typedef const struct DISOPCODE *PCDISOPCODE; -
trunk/include/VBox/disopcode.h
r97493 r97527 1120 1120 }; 1121 1121 AssertCompile(OP_LOCK == 7); 1122 #if 0 1122 1123 AssertCompile(OP_END_OF_OPCODES < 1024 /* see 15 byte DISOPCODE variant */); 1124 #endif 1123 1125 /** @} */ 1124 1126
Note:
See TracChangeset
for help on using the changeset viewer.