mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Exit interpreter before initializing objects.
https://github.com/acpica/acpica/commit/73f6372
This commit is contained in:
parent
3d51590acd
commit
0ada71f05e
1 changed files with 3 additions and 1 deletions
|
|
@ -344,7 +344,9 @@ AcpiExLoadTableOp (
|
|||
|
||||
/* Complete the initialization/resolution of new objects */
|
||||
|
||||
AcpiNsInitializeObjects ();
|
||||
AcpiExExitInterpreter();
|
||||
AcpiNsInitializeObjects();
|
||||
AcpiExEnterInterpreter();
|
||||
|
||||
/* Parameter Data (optional) */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue