diff --git a/usr.sbin/acpi/acpidb/acpidb.c b/usr.sbin/acpi/acpidb/acpidb.c index 6ad8e96cfeff..c53a265ee484 100644 --- a/usr.sbin/acpi/acpidb/acpidb.c +++ b/usr.sbin/acpi/acpidb/acpidb.c @@ -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");