mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +03:00
Merge pull request #479 from SchmErik/table-load-init
Table load: exit interpreter before initializing objects
This commit is contained in:
commit
b19227e401
@ -344,7 +344,9 @@ AcpiExLoadTableOp (
|
||||
|
||||
/* Complete the initialization/resolution of new objects */
|
||||
|
||||
AcpiNsInitializeObjects ();
|
||||
AcpiExExitInterpreter();
|
||||
AcpiNsInitializeObjects();
|
||||
AcpiExEnterInterpreter();
|
||||
|
||||
/* Parameter Data (optional) */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user