VirtualBox

Changeset 33177 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 16, 2010 7:10:05 PM (14 years ago)
Author:
vboxsync
Message:

Better fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r33176 r33177  
    407407    uint32_t                    au32LogoPalette[256];
    408408    /** The VGA BIOS ROM data. */
    409     uint8_t                     *pu8VgaBios;
     409    R3PTRTYPE(uint8_t *)        pu8VgaBios;
    410410    /** The size of the VGA BIOS ROM. */
    411411    uint64_t                    cbVgaBios;
    412412    /** The name of the VGA BIOS ROM file. */
    413     char                        *pszVgaBiosFile;
    414 # if HC_ARCH_BITS == 32
    415     uint32_t                    Padding6a;
    416 # endif
     413    R3PTRTYPE(char *)           pszVgaBiosFile;
    417414#endif /* VBOX */
    418415#ifdef VBOX_WITH_HGSMI
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