Changeset 2166 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 18, 2007 12:42:08 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r2150 r2166 37 37 #include <VBox/iom.h> 38 38 #include <VBox/dis.h> 39 #include <VBox/dbgf.h> 39 40 #include <VBox/disopcode.h> 40 41 #include <iprt/param.h> … … 823 824 switch (vector) 824 825 { 826 #ifdef DEBUG 827 case X86_XCPT_DB: 828 rc = DBGFR0Trap01Handler(pVM, CPUMCTX2CORE(pCtx), pCtx->dr6); 829 Assert(rc != VINF_EM_RAW_GUEST_TRAP); 830 break; 831 #endif 832 825 833 case X86_XCPT_NM: 826 834 {
Note:
See TracChangeset
for help on using the changeset viewer.