- Timestamp:
- Aug 20, 2008 1:28:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r11513 r11514 2672 2672 if (rc == VINF_SUCCESS) 2673 2673 { 2674 Log(("Pending hardware interrupt=0x%x ) cs:eip=%04X:%VGv gs.base=%VGv\n", u8Vector, pCtx->cs, pCtx->rip, pCtx->gsHid.u64Base));2674 Log(("Pending hardware interrupt=0x%x ) cs:eip=%04X:%VGv\n", u8Vector, pCtx->cs, pCtx->rip)); 2675 2675 } 2676 2676 /*
Note:
See TracChangeset
for help on using the changeset viewer.