VirtualBox

Changeset 41663 in vbox for trunk/include/VBox/dis.h


Ignore:
Timestamp:
Jun 12, 2012 8:40:22 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78470
Message:

DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER from uint32_t to uint8_t, saving 4 more bytes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r41662 r41663  
    383383        uint32_t    u8;
    384384    } uDisp;
    385     uint32_t        size;
    386385    int32_t         param;
    387386
     
    410409
    411410    /** 2, 4 or 8. */
    412     uint32_t scale;
     411    uint8_t         scale;
     412    /** Parameter size. */
     413    uint8_t         cb;
    413414
    414415#ifndef DIS_SEPARATE_FORMATTER
Note: See TracChangeset for help on using the changeset viewer.

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