Catch up with the kernel and set any global variables we are using, in
particular, enabling interpreter workarounds for bad ASL. MFC after: 1 day
This commit is contained in:
parent
1d1b40fed8
commit
a41e7b6aa9
@ -485,6 +485,12 @@ main(int argc, char *argv[])
|
||||
|
||||
AcpiDbgLevel = ACPI_DEBUG_DEFAULT;
|
||||
|
||||
/*
|
||||
* Match kernel options for the interpreter. Global variable names
|
||||
* can be found in acglobal.h.
|
||||
*/
|
||||
AcpiGbl_EnableInterpreterSlack = TRUE;
|
||||
|
||||
aml_simulation_regload("region.ini");
|
||||
if (load_dsdt(argv[1]) == 0) {
|
||||
aml_simulation_regdump("region.dmp");
|
||||
|
Loading…
Reference in New Issue
Block a user