VirtualBox

Changeset 108060 in vbox


Ignore:
Timestamp:
Feb 4, 2025 1:39:46 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167340
Message:

Runtime/RTAcpi*: Updates to the ACPI ASL -> AML compiler, bugref:10733 [build fix]

File:
1 edited

Legend:

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

    r108059 r108060  
    156156                            rc = VERR_INTERNAL_ERROR);
    157157            rc = RTAcpiTblExternalAppend(hAcpiTbl, pAstNd->aArgs[0].u.pszNameString, pAstNd->aArgs[1].u.enmObjType, pAstNd->aArgs[2].u.u8);
     158            break;
    158159        }
    159160        case kAcpiAstNodeOp_Method:
     
    176177                    rc = RTAcpiTblMethodFinalize(hAcpiTbl);
    177178            }
     179            break;
    178180        }
    179181        default:
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