VirtualBox

Changeset 108021 in vbox


Ignore:
Timestamp:
Feb 1, 2025 8:08:26 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167293
Message:

Runtime/acpi: Some re-arrangement and start with an ASL compiler, bugref:10733 [scm fix]

File:
1 edited

Legend:

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

    r108020 r108021  
    237237        RTScriptLexConsumeCh(hScriptLex);
    238238        pachNameSeg[i] = ch;
    239     } 
     239    }
    240240
    241241    return VINF_SUCCESS;
     
    264264        if (idx == sizeof(aszIde) - 1)
    265265            return RTScriptLexProduceTokError(hScriptLex, pTok, VERR_BUFFER_OVERFLOW, "Lexer: PrefixPath exceeds the allowed length");
    266     } 
     266    }
    267267
    268268    /* Now there is only a sequence of NameSeg allowed (separated by the . separator). */
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