Source-Changes-HG archive

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

[src/trunk]: src/sys/external/intel-public/acpica/dist/parser Build fix for a...



details:   https://anonhg.NetBSD.org/src/rev/dc20b523a613
branches:  trunk
changeset: 746705:dc20b523a613
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Aug 18 17:09:25 2009 +0000

description:
Build fix for amd64.

diffstat:

 sys/external/intel-public/acpica/dist/parser/psloop.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 5fed56eed60e -r dc20b523a613 sys/external/intel-public/acpica/dist/parser/psloop.c
--- a/sys/external/intel-public/acpica/dist/parser/psloop.c     Tue Aug 18 17:06:35 2009 +0000
+++ b/sys/external/intel-public/acpica/dist/parser/psloop.c     Tue Aug 18 17:09:25 2009 +0000
@@ -625,8 +625,8 @@
                             "Detected an unsupported executable opcode "
                             "at module-level: [0x%.4X] at table offset 0x%.4X",
                             Op->Common.AmlOpcode,
-                            (AmlOpStart - WalkState->ParserState.AmlStart) +
-                                sizeof (ACPI_TABLE_HEADER)));
+                            (UINT16)((AmlOpStart - WalkState->ParserState.AmlStart) +
+                                sizeof (ACPI_TABLE_HEADER))));
                     }
                 }
                 break;



Home | Main Index | Thread Index | Old Index