Changeset 108021 in vbox
- Timestamp:
- Feb 1, 2025 8:08:26 PM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/acpi/acpi-compiler.cpp
r108020 r108021 237 237 RTScriptLexConsumeCh(hScriptLex); 238 238 pachNameSeg[i] = ch; 239 } 239 } 240 240 241 241 return VINF_SUCCESS; … … 264 264 if (idx == sizeof(aszIde) - 1) 265 265 return RTScriptLexProduceTokError(hScriptLex, pTok, VERR_BUFFER_OVERFLOW, "Lexer: PrefixPath exceeds the allowed length"); 266 } 266 } 267 267 268 268 /* Now there is only a sequence of NameSeg allowed (separated by the . separator). */
Note:
See TracChangeset
for help on using the changeset viewer.