Changeset 17035 in vbox for trunk/include/VBox/selm.h
- Timestamp:
- Feb 23, 2009 10:26:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/selm.h
r13718 r17035 45 45 VMMDECL(RTSEL) SELMGetTrap8Selector(PVM pVM); 46 46 VMMDECL(void) SELMSetTrap8EIP(PVM pVM, uint32_t u32EIP); 47 VMMDECL(void) SELMSetRing1Stack(PVM pVM, uint32_t ss, RTGCPTR32 esp);48 47 VMMDECL(int) SELMGetRing1Stack(PVM pVM, uint32_t *pSS, PRTGCPTR32 pEsp); 49 48 VMMDECL(RTGCPTR) SELMGetGuestTSS(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.