Changeset 55309 in vbox
- Timestamp:
- Apr 16, 2015 3:04:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r55308 r55309 1738 1738 DECLASM(void) ASMSetXcr0(uint64_t uXcr0); 1739 1739 1740 struct X86XSAVEAREA; 1740 1741 /** 1741 1742 * Save extended CPU state. … … 1743 1744 * @param fComponents Which state components to save. 1744 1745 */ 1745 DECLASM(void) ASMXSave( PX86XSAVEAREApXStateArea, uint64_t fComponents);1746 DECLASM(void) ASMXSave(struct X86XSAVEAREA *pXStateArea, uint64_t fComponents); 1746 1747 1747 1748 /** … … 1750 1751 * @param fComponents Which state components to load. 1751 1752 */ 1752 DECLASM(void) ASMXLoad( PCX86XSAVEAREApXStateArea, uint64_t fComponents);1753 DECLASM(void) ASMXLoad(struct X86XSAVEAREA const *pXStateArea, uint64_t fComponents); 1753 1754 1754 1755
Note:
See TracChangeset
for help on using the changeset viewer.