aboutsummaryrefslogtreecommitdiff
path: root/compiler/dtsubtable.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-11-23 18:05:37 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-11-23 18:05:37 +0000
commit50796274dc74454ca64a6e120552adb2620c3e65 (patch)
tree91526f3e19920a98573c3d04bbef39cd71a7c0ce /compiler/dtsubtable.c
parent33c583d0c71a12a703f849679505114e27bba011 (diff)
downloadsrc-50796274dc74454ca64a6e120552adb2620c3e65.tar.gz
src-50796274dc74454ca64a6e120552adb2620c3e65.zip
Import ACPICA 20111123.vendor/acpica/20111123
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=227896 svn path=/vendor-sys/acpica/20111123/; revision=227897; tag=vendor/acpica/20111123
Diffstat (limited to 'compiler/dtsubtable.c')
-rw-r--r--compiler/dtsubtable.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/dtsubtable.c b/compiler/dtsubtable.c
index 40659764e775..219db977cf3e 100644
--- a/compiler/dtsubtable.c
+++ b/compiler/dtsubtable.c
@@ -296,6 +296,11 @@ DtGetSubtableLength (
for (; Info->Name; Info++)
{
+ if (Info->Opcode == ACPI_DMT_EXTRA_TEXT)
+ {
+ continue;
+ }
+
if (!Field)
{
goto Error;