Changeset 13782 in vbox for trunk/src/VBox/VMM/VMInternal.h
- Timestamp:
- Nov 4, 2008 12:16:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMInternal.h
r13755 r13782 404 404 void *pvDBGC; 405 405 406 407 /** vmR3EmulationThread longjmp buffer. Must be last in the structure. */ 408 jmp_buf emtJumpEnv; 406 /* TLS index for the VMINTUSERPERVMCPU pointer. */ 407 RTTLS idxTLS; 409 408 } VMINTUSERPERVM; 410 409 … … 544 543 void *pvDBGC; 545 544 546 547 545 /** vmR3EmulationThread longjmp buffer. Must be last in the structure. */ 548 546 jmp_buf emtJumpEnv;
Note:
See TracChangeset
for help on using the changeset viewer.