- Timestamp:
- Jun 23, 2009 2:45:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TRPM.cpp
r20637 r20841 1456 1456 uint8_t u8Interrupt; 1457 1457 rc = PDMGetInterrupt(pVCpu, &u8Interrupt); 1458 Log(("TRPMR3InjectEvent: u8Interrupt=%d (%#x) rc=%Rrc\n", u8Interrupt, u8Interrupt, rc));1458 Log(("TRPMR3InjectEvent: CPU%d u8Interrupt=%d (%#x) rc=%Rrc\n", pVCpu->idCpu, u8Interrupt, u8Interrupt, rc)); 1459 1459 if (RT_SUCCESS(rc)) 1460 1460 {
Note:
See TracChangeset
for help on using the changeset viewer.