VirtualBox

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


Ignore:
Timestamp:
Mar 15, 2016 1:49:51 PM (9 years ago)
Author:
vboxsync
Message:

DevHPET: harmless missing typecast (thanks PVS)

File:
1 edited

Legend:

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

    r57358 r60041  
    10031003        /* ISR bits are only set in level-triggered mode. */
    10041004        if ((pHpetTimer->u64Config & HPET_TN_INT_TYPE) == HPET_TIMER_TYPE_LEVEL)
    1005             pThis->u64Isr |= (uint64_t)(1 << pHpetTimer->idxTimer);
     1005            pThis->u64Isr |= UINT64_C(1) << pHpetTimer->idxTimer;
    10061006
    10071007        /* We trigger flip/flop in edge-triggered mode and do nothing in
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