mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
fix for var packages
date 2005.04.30.00.43.00; author rmoore1; state Exp;
This commit is contained in:
parent
361a5ce934
commit
4355bf656e
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: adisasm - Application-level disassembler routines
|
||||
* $Revision: 1.71 $
|
||||
* $Revision: 1.72 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -763,12 +763,12 @@ AdDeferredParse (
|
||||
switch (Op->Common.AmlOpcode)
|
||||
{
|
||||
case AML_PACKAGE_OP:
|
||||
case AML_VAR_PACKAGE_OP:
|
||||
ExtraOp = Op->Common.Value.Arg;
|
||||
ExtraOp = ExtraOp->Common.Next;
|
||||
Op->Common.Value.Arg = ExtraOp->Common.Value.Arg;
|
||||
break;
|
||||
|
||||
case AML_VAR_PACKAGE_OP:
|
||||
case AML_BUFFER_OP:
|
||||
default:
|
||||
ExtraOp = Op->Common.Value.Arg;
|
||||
|
Loading…
Reference in New Issue
Block a user