VirtualBox

Changeset 40926 in vbox


Ignore:
Timestamp:
Apr 14, 2012 6:02:39 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77477
Message:

typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInline.h

    r40909 r40926  
    2020
    2121/**
    22  * Calculates the next IRQ tag. 
    23  * 
     22 * Calculates the next IRQ tag.
     23 *
    2424 * @returns IRQ tag.
    25  * @param   pVM                 The VM handle. 
     25 * @param   pVM                 The VM handle.
    2626 * @param   idTracer            The ID of the source device.
    2727 */
     
    3131    if (!uTag)
    3232        uTag++;
    33     pVM->pdm.s.uIrqTag = uTag | (idTracer << 16);
     33    pVM->pdm.s.uIrqTag = uTag |= (idTracer << 16);
    3434    return uTag;
    3535}
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