VirtualBox

Changeset 108170 in vbox


Ignore:
Timestamp:
Feb 11, 2025 9:45:11 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167485
Message:

Runtime/RTAcpi*: Continue with resource template parsing, bugref:10733

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/acpi/acpi-compiler.cpp

    r108169 r108170  
    15281528        if (u64DmaChannel > 7)
    15291529            return RTErrInfoSetF(pThis->pErrInfo, VERR_INVALID_PARAMETER,
    1530                                  "DM channel number %u is out of range [0..7]: %RU64",
     1530                                 "DM channel number is out of range [0..7]: %RU64",
    15311531                                 u64DmaChannel);
    15321532        if (bmDmaChannels & RT_BIT(u64DmaChannel))
    1533             return RTErrInfoSetF(pThis->pErrInfo, VERR_INVALID_PARAMETER, "Duplicate DMA channel %u in list", u64DmaChannel);
     1533            return RTErrInfoSetF(pThis->pErrInfo, VERR_INVALID_PARAMETER, "Duplicate DMA channel %RU64 in list", u64DmaChannel);
    15341534
    15351535        bmDmaChannels |= RT_BIT(u64DmaChannel);
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