VirtualBox

Changeset 108091 in vbox for trunk/src


Ignore:
Timestamp:
Feb 6, 2025 8:52:13 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167385
Message:

Runtime/RTAcpi*: Updates to the ASL -> AML compiler, it is now possible to produce a valid AML table from the pre processed vbox-cpuhotplug.dsl SSDT, bugref:10733 [build fix]

File:
1 edited

Legend:

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

    r108088 r108091  
    505505    }
    506506
    507     size_t cbReq = cSegments * 4 * sizeof(uint8_t);
     507    uint32_t cbReq = cSegments * 4 * sizeof(uint8_t);
    508508    if (cSegments == 2)
    509509        cbReq++; /* DualName Prefix */
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