VirtualBox

Changeset 55309 in vbox


Ignore:
Timestamp:
Apr 16, 2015 3:04:15 PM (10 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-amd64-x86.h

    r55308 r55309  
    17381738DECLASM(void) ASMSetXcr0(uint64_t uXcr0);
    17391739
     1740struct X86XSAVEAREA;
    17401741/**
    17411742 * Save extended CPU state.
     
    17431744 * @param   fComponents     Which state components to save.
    17441745 */
    1745 DECLASM(void) ASMXSave(PX86XSAVEAREA pXStateArea, uint64_t fComponents);
     1746DECLASM(void) ASMXSave(struct X86XSAVEAREA *pXStateArea, uint64_t fComponents);
    17461747
    17471748/**
     
    17501751 * @param   fComponents     Which state components to load.
    17511752 */
    1752 DECLASM(void) ASMXLoad(PCX86XSAVEAREA pXStateArea, uint64_t fComponents);
     1753DECLASM(void) ASMXLoad(struct X86XSAVEAREA const *pXStateArea, uint64_t fComponents);
    17531754
    17541755
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