From 50796274dc74454ca64a6e120552adb2620c3e65 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 23 Nov 2011 18:05:37 +0000 Subject: Import ACPICA 20111123. --- compiler/aslload.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compiler/aslload.c') diff --git a/compiler/aslload.c b/compiler/aslload.c index ed5a0a3b8be2..84a9476bf322 100644 --- a/compiler/aslload.c +++ b/compiler/aslload.c @@ -189,7 +189,7 @@ LdLoadFieldElements ( { case AML_INT_RESERVEDFIELD_OP: case AML_INT_ACCESSFIELD_OP: - + case AML_INT_CONNECTION_OP: break; default: @@ -224,8 +224,10 @@ LdLoadFieldElements ( } break; } + Child = Child->Asl.Next; } + return (AE_OK); } -- cgit v1.2.3