diff options
Diffstat (limited to 'compiler/aslload.c')
-rw-r--r-- | compiler/aslload.c | 4 |
1 files changed, 3 insertions, 1 deletions
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); } |