diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-07-30 19:33:39 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-07-30 19:33:39 +0000 |
| commit | da9df8d45ead3bbba4e8696570189867fc8aed32 (patch) | |
| tree | 2e03b6e287adc36cfd606a3f67a664bd5222e1a3 /sys/contrib/dev/acpica/dsmethod.c | |
| parent | 7174287062b13041257019f445469f00eaaf9c76 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/dsmethod.c')
| -rw-r--r-- | sys/contrib/dev/acpica/dsmethod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dsmethod.c b/sys/contrib/dev/acpica/dsmethod.c index bab521a44e62..927c263bd790 100644 --- a/sys/contrib/dev/acpica/dsmethod.c +++ b/sys/contrib/dev/acpica/dsmethod.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dsmethod - Parser/Interpreter interface - control method parsing - * $Revision: 86 $ + * $Revision: 87 $ * *****************************************************************************/ @@ -398,7 +398,7 @@ AcpiDsCallControlMethod ( /* Create and init a Root Node */ - Op = AcpiPsAllocOp (AML_SCOPE_OP); + Op = AcpiPsCreateScopeOp (); if (!Op) { Status = AE_NO_MEMORY; |
