Changeset 47843 in vbox
- Timestamp:
- Aug 19, 2013 2:03:11 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r47689 r47843 229 229 vmmR3DoTrapTest(pVM, 0x3, 1, VINF_EM_DBG_HYPER_ASSERTION, 0xf0f0f0f0, "vmmGCTestTrap3_FaultEIP", "int3 WP"); 230 230 231 # if defined(DEBUG_bird) /* guess most people would like to skip these since they write to com1. */231 # if 0//defined(DEBUG_bird) /* guess most people would like to skip these since they write to com1. */ 232 232 vmmR3DoTrapTest(pVM, 0x8, 0, VERR_TRPM_PANIC, 0x00000000, "vmmGCTestTrap8_FaultEIP", "#DF [#PG]"); 233 233 SELMR3Relocate(pVM); /* this resets the busy flag of the Trap 08 TSS */ … … 351 351 352 352 /* 353 * Interrupt masking. 353 * Interrupt masking. Failure may indiate NMI watchdog activity. 354 354 */ 355 355 RTPrintf("VMM: interrupt masking...\n"); RTStrmFlush(g_pStdOut); RTThreadSleep(250);
Note:
See TracChangeset
for help on using the changeset viewer.