Changeset 100587 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 14, 2023 4:33:46 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158417
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThreadedPython.py
r100326 r100587 54 54 g_kdTypeInfo = { 55 55 # type name: (cBits, fSigned, C-type ) 56 'int8_t': ( 8, True, ' uint8_t',),56 'int8_t': ( 8, True, 'int8_t', ), 57 57 'int16_t': ( 16, True, 'int16_t', ), 58 58 'int32_t': ( 32, True, 'int32_t', ),
Note:
See TracChangeset
for help on using the changeset viewer.