Changeset 12837 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- Sep 30, 2008 3:34:05 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r12479 r12837 250 250 /** The Ring-0 jmp buffer. */ 251 251 VMMR0JMPBUF CallHostR0JmpBuf; 252 /** Buffer for storing ring 0 assertion output, so we can reroute it to the release log. */ 252 /** @} */ 253 254 /** Buffer for storing the standard assertion message for a ring-0 assertion. 255 * Used for saving the assertion message text for the release log and guru 256 * meditation dump. */ 253 257 char szRing0AssertMsg1[256]; 258 /** Buffer for storing the custom message for a ring-0 assertion. */ 254 259 char szRing0AssertMsg2[256]; 255 /** @} */256 260 257 261 /** Number of VMMR0_DO_RUN_GC calls. */
Note:
See TracChangeset
for help on using the changeset viewer.