mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
Added formatexception
date 2000.03.21.22.22.00; author rmoore1; state Exp;
This commit is contained in:
parent
074169f372
commit
a6a91224ce
@ -320,7 +320,7 @@ AmlGetRvalueFromObject (
|
||||
StackDesc = *StackPtr;
|
||||
|
||||
DEBUG_PRINT (ACPI_INFO, ("AmlGetRvalueFromObject: [Local%d] after MSGV Status=%s %p %p %08lx \n",
|
||||
MvIndex, Gbl_ExceptionNames[Status], StackPtr, StackDesc,
|
||||
MvIndex, CmFormatException (Status), StackPtr, StackDesc,
|
||||
*(UINT32 *) StackDesc));
|
||||
|
||||
if (ACPI_TYPE_Number == StackDesc->Common.Type)
|
||||
@ -346,7 +346,7 @@ AmlGetRvalueFromObject (
|
||||
StackDesc = *StackPtr;
|
||||
|
||||
DEBUG_PRINT (TRACE_EXEC, ("AmlGetRvalueFromObject: [Arg%d] MSGV returned %s %p %p %08lx \n",
|
||||
MvIndex, Gbl_ExceptionNames[Status], StackPtr, StackDesc,
|
||||
MvIndex, CmFormatException (Status), StackPtr, StackDesc,
|
||||
*(UINT32 *) StackDesc));
|
||||
|
||||
if (ACPI_TYPE_Number == StackDesc->Common.Type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user