Changeset 19575 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- May 11, 2009 12:42:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47139
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r19529 r19575 157 157 /** The esp we should resume execution with after the restore. */ 158 158 RTHCUINTREG SpResume; 159 /** ESP/RSP at the time of the jump to ring 3. */ 160 RTHCUINTREG SavedEsp; 161 /** EBP/RBP at the time of the jump to ring 3. */ 162 RTHCUINTREG SavedEbp; 159 163 } VMMR0JMPBUF; 160 164 /** Pointer to a ring-0 jump buffer. */
Note:
See TracChangeset
for help on using the changeset viewer.