diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-31 17:21:06 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-08-31 17:21:06 +0000 |
commit | 0810e26699e1b40b9384eca2137be6155de0a5ba (patch) | |
tree | 2f9f57dbc41ae321c10f66c7d7985e328edbdec8 /source/components/dispatcher/dswexec.c | |
parent | 834d4c5613e9c57c0b9fba46fa717fd7fb9d5891 (diff) | |
download | src-0810e26699e1b40b9384eca2137be6155de0a5ba.tar.gz src-0810e26699e1b40b9384eca2137be6155de0a5ba.zip |
Import ACPICA 20170831.vendor/acpica/20170831
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=323060
svn path=/vendor-sys/acpica/20170831/; revision=323061; tag=vendor/acpica/20170831
Diffstat (limited to 'source/components/dispatcher/dswexec.c')
-rw-r--r-- | source/components/dispatcher/dswexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dswexec.c b/source/components/dispatcher/dswexec.c index dfdfeaa03660..bbb9436a666a 100644 --- a/source/components/dispatcher/dswexec.c +++ b/source/components/dispatcher/dswexec.c @@ -253,7 +253,7 @@ AcpiDsGetPredicateValue ( * object. Implicitly convert the argument if necessary. */ Status = AcpiExConvertToInteger (ObjDesc, &LocalObjDesc, - ACPI_STRTOUL_BASE16); + ACPI_IMPLICIT_CONVERSION); if (ACPI_FAILURE (Status)) { goto Cleanup; |