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:
Nate Lawson 2005-01-03 04:14:05 +00:00
parent 1d1b40fed8
commit a41e7b6aa9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139602

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