VirtualBox

Changeset 104850 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 5, 2024 9:49:53 AM (6 months ago)
Author:
vboxsync
Message:

VMM/PGM: Build fix (arm). bugref:10687 bugref:10093

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.h

    r104840 r104850  
    13471347        struct PGM  s;
    13481348#endif
    1349         uint8_t     padding[127616];     /* multiple of 64 */
     1349        uint8_t     padding[129344];     /* multiple of 64 */
    13501350    } pgm;
    13511351
     
    15631563
    15641564    /** Padding for aligning the structure size on a page boundrary. */
    1565     uint8_t         abAlignment2[0x2c0 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
     1565    uint8_t         abAlignment2[0x3C00 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];
    15661566
    15671567    /* ---- end small stuff ---- */
  • trunk/include/VBox/vmm/vm.mac

    r104840 r104850  
    145145    .cpum                   resb 8832 + 128*8192
    146146    alignb 16384
    147     .pgm                    resb 127616
     147    .pgm                    resb 129344
    148148    alignb 64
    149149    .vmm                    resb 1600
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