VirtualBox

Changeset 108133 in vbox


Ignore:
Timestamp:
Feb 10, 2025 11:11:26 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167433
Message:

Runtime/RTAcpi: Fix scm burn

File:
1 edited

Legend:

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

    r108117 r108133  
    16461646                uint32_t const cbTbl = Hdr.cbTbl - sizeof(Hdr);
    16471647                if (cbTbl) /* Do we have something to decode at all? */
    1648                 { 
     1648                {
    16491649                    uint8_t *pbTbl = (uint8_t *)RTMemAlloc(cbTbl);
    16501650                    if (pbTbl)
     
    16901690                }
    16911691                else
    1692                 { 
     1692                {
    16931693                    cch = RTVfsIoStrmPrintf(hVfsIosOut, "{\n}\n");
    16941694                    if (cch <= 0)
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