VirtualBox

Changeset 20841 in vbox for trunk


Ignore:
Timestamp:
Jun 23, 2009 2:45:16 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48980
Message:

Logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/TRPM.cpp

    r20637 r20841  
    14561456        uint8_t u8Interrupt;
    14571457        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));
    14591459        if (RT_SUCCESS(rc))
    14601460        {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette