VirtualBox

Ignore:
Timestamp:
Jan 22, 2016 3:42:59 PM (9 years ago)
Author:
vboxsync
Message:

Audio/HDA: Fixes for hdaBDLEDumpAll().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r59444 r59445  
    24752475        uint32_t uDMACnt;
    24762476        PDMDevHlpPhysRead(pThis->CTX_SUFF(pDevIns), (pThis->u64DPBase & DPBASE_ADDR_MASK) + (i * 2 * sizeof(uint32_t)),
    2477                           &uDMACnt, sizeof(&uDMACnt));
     2477                          &uDMACnt, sizeof(uint32_t) /* Note: Don't use sizeof(uDMACnt) here -- won't work on 64-bit systems. */ );
    24782478
    24792479        LogFlowFunc(("\t#%03d DMA @ 0x%x\n", i , uDMACnt));
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