Changeset 13813 in vbox for trunk/src/VBox/VMM/testcase/tstMicro.h
- Timestamp:
- Nov 4, 2008 9:55:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMicro.h
r8155 r13813 75 75 typedef struct TSTMICRO 76 76 { 77 /** The GC address of this structure. */78 RT GCPTR GCPtr;77 /** The RC address of this structure. */ 78 RTRCPTR RCPtr; 79 79 /** Just for proper alignment. */ 80 RT GCPTR GCPtrStack;80 RTRCPTR RCPtrStack; 81 81 82 82 /** TSC sampled right before leaving R0. */
Note:
See TracChangeset
for help on using the changeset viewer.