mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
added use of DEBUGGER macro
date 2000.08.29.01.04.00; author agrover; state Exp;
This commit is contained in:
parent
2a5dd2305a
commit
b868c3e27b
@ -183,7 +183,7 @@ AcpiInitialize (ACPI_INIT_DATA *InitData)
|
||||
|
||||
/* If configured, initialize the AML debugger */
|
||||
|
||||
DEBUG_EXEC (AcpiDbInitialize ());
|
||||
DEBUGGER_EXEC (AcpiDbInitialize ());
|
||||
|
||||
return_ACPI_STATUS (Status);
|
||||
}
|
||||
@ -341,7 +341,7 @@ AcpiFormatException (
|
||||
ACPI_BUFFER *OutBuffer)
|
||||
{
|
||||
UINT32 Length;
|
||||
INT8 *FormattedException;
|
||||
NATIVE_CHAR *FormattedException;
|
||||
|
||||
|
||||
FUNCTION_TRACE ("AcpiFormatException");
|
||||
|
Loading…
x
Reference in New Issue
Block a user