Changeset 55310 in vbox
- Timestamp:
- Apr 16, 2015 3:11:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r55309 r55310 1751 1751 * @param fComponents Which state components to load. 1752 1752 */ 1753 DECLASM(void) ASMX Load(struct X86XSAVEAREA const *pXStateArea, uint64_t fComponents);1753 DECLASM(void) ASMXRstor(struct X86XSAVEAREA const *pXStateArea, uint64_t fComponents); 1754 1754 1755 1755
Note:
See TracChangeset
for help on using the changeset viewer.