VirtualBox

Changeset 100587 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 14, 2023 4:33:46 PM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158417
Message:

VMM/IEMAllThreadedPython: Fix type, bugref:10369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThreadedPython.py

    r100326 r100587  
    5454g_kdTypeInfo = {
    5555    # type name:    (cBits, fSigned, C-type       )
    56     'int8_t':       (    8,    True, 'uint8_t',   ),
     56    'int8_t':       (    8,    True, 'int8_t',    ),
    5757    'int16_t':      (   16,    True, 'int16_t',   ),
    5858    'int32_t':      (   32,    True, 'int32_t',   ),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette