VirtualBox

Changeset 20143 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 29, 2009 10:16:20 AM (16 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

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

    r20142 r20143  
    548548    for (unsigned j = 0; j < 255; j++)
    549549        STAMR3RegisterF(pVM, &pVCpu->hwaccm.s.paStatInjectedIrqs[i], STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, "Forwarded interrupts.",
    550                         j < 0x20 ? "/HWACCM/CPU%d/Interrupt/Trap/%02X" : "/TRPM/CPU%d/Interrupt/IRQ/%02X", i, j);
     550                        (j < 0x20) ? "/HWACCM/CPU%d/Interrupt/Trap/%02X" : "/HWACCM/CPU%d/Interrupt/IRQ/%02X", i, j);
    551551
    552552    }
Note: See TracChangeset for help on using the changeset viewer.

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