VirtualBox

Changeset 105850 in vbox


Ignore:
Timestamp:
Aug 23, 2024 4:15:01 PM (5 months ago)
Author:
vboxsync
Message:

Disassembler/ARMv8: Support disassembling the load/store register offset instruction variants, bugref:10394 [build fix for ancient toolchains]

File:
1 edited

Legend:

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

    r105848 r105850  
    5555{
    5656    /** Flag whether this is a 32-bit or 64-bit register. */
    57     bool    f32Bit : 1;
     57                     bool    f32Bit : 1;
    5858    /** The register index. */
    59     uint8_t idGpr  : 7;
     59    RT_GCC_EXTENSION uint8_t idGpr  : 7;
    6060} DISOPPARAMARMV8REG;
    6161AssertCompileSize(DISOPPARAMARMV8REG, sizeof(uint8_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