Module Name: src
Committed By: christos
Date: Sun Oct 9 14:06:11 UTC 2016
Modified Files:
src/sys/external/bsd/acpica/dist/compiler: aslopt.c
Log Message:
PR/51540: Henning Petersen: replace , with ;
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 \
src/sys/external/bsd/acpica/dist/compiler/aslopt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/acpica/dist/compiler/aslopt.c
diff -u src/sys/external/bsd/acpica/dist/compiler/aslopt.c:1.1.1.8 src/sys/external/bsd/acpica/dist/compiler/aslopt.c:1.2
--- src/sys/external/bsd/acpica/dist/compiler/aslopt.c:1.1.1.8 Wed May 4 14:15:55 2016
+++ src/sys/external/bsd/acpica/dist/compiler/aslopt.c Sun Oct 9 10:06:11 2016
@@ -133,7 +133,7 @@ OptSearchToRoot (
* not match, and we cannot use this optimization.
*/
Path = &(((char *) TargetPath->Pointer)[
- TargetPath->Length - ACPI_NAME_SIZE]),
+ TargetPath->Length - ACPI_NAME_SIZE]);
ScopeInfo.Scope.Node = CurrentNode;
/* Lookup the NameSeg using SEARCH_PARENT (search-to-root) */