VirtualBox

Changeset 107058 in vbox


Ignore:
Timestamp:
Nov 20, 2024 11:39:11 AM (2 months ago)
Author:
vboxsync
Message:

Runtime/RTAcpi*: Add new methods for adding if else statements, binary operands and referencing arguments, locals and appending UUIDs, bugref:10733 [scm]

File:
1 edited

Legend:

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

    r107036 r107058  
    864864        case kAcpiBinaryOp_LLess:           bOp = ACPI_AML_BYTE_CODE_OP_LLESS;    break;
    865865        case kAcpiBinaryOp_LGreaterEqual:
    866         case kAcpiBinaryOp_LLessEqual:   
     866        case kAcpiBinaryOp_LLessEqual:
    867867        case kAcpiBinaryOp_LNotEqual:
    868868            bOp = ACPI_AML_BYTE_CODE_OP_LNOT;
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