Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/compiler PR/51540: Henning Pete...



details:   https://anonhg.NetBSD.org/src/rev/f33a9d5ba729
branches:  trunk
changeset: 348208:f33a9d5ba729
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 09 14:06:11 2016 +0000

description:
PR/51540: Henning Petersen: replace , with ;

diffstat:

 sys/external/bsd/acpica/dist/compiler/aslopt.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e5e72bcfe09d -r f33a9d5ba729 sys/external/bsd/acpica/dist/compiler/aslopt.c
--- a/sys/external/bsd/acpica/dist/compiler/aslopt.c    Sun Oct 09 14:05:12 2016 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/aslopt.c    Sun Oct 09 14:06:11 2016 +0000
@@ -133,7 +133,7 @@
      * 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) */



Home | Main Index | Thread Index | Old Index