VirtualBox

Changeset 34751 in vbox for trunk/src


Ignore:
Timestamp:
Dec 6, 2010 2:26:43 PM (14 years ago)
Author:
vboxsync
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r34750 r34751  
    19861986            pHlp->pfnPrintf(pHlp, "PIRQ%c disabled\n", 'A' + i);
    19871987        else
    1988             pHlp->pfnPrintf(pHlp, "PIRQ%c -> IRQ%d\n", 'A' + i, irq_map & f);
     1988            pHlp->pfnPrintf(pHlp, "PIRQ%c -> IRQ%d\n", 'A' + i, irq_map & 0xf);
    19891989    }
    19901990}
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