VirtualBox

Changeset 26766 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Feb 24, 2010 7:45:22 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58023
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevHPET.cpp

    r26764 r26766  
    379379    if ((pTimer->u64Config & HPET_TN_ENABLE) &&
    380380        (pTimer->CTX_SUFF(pHpet)->u64Config & HPET_CFG_ENABLE))
    381       {
     381    {
    382382        Log4(("HPET: raising IRQ %d\n", irq));
    383383        if ((pTimer->u64Config & HPET_TIMER_TYPE_LEVEL) == 0)
    384384        {
    385             pTimer->CTX_SUFF(pHpet)->u64Isr |= (1 << pTimer->u8TimerNumber);
     385            pTimer->CTX_SUFF(pHpet)->u64Isr |= (uint64_t)(1 << pTimer->u8TimerNumber);
    386386            PDMDevHlpISASetIrq(pTimer->CTX_SUFF(pHpet)->CTX_SUFF(pDevIns),
    387387                               irq, PDM_IRQ_LEVEL_FLIP_FLOP);
    388388        }
    389       }
     389    }
    390390}
    391391
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