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:
njl 2005-01-03 04:14:05 +00:00
parent 0be8a2d8c2
commit 848b0d85e8

View File

@ -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");