aboutsummaryrefslogtreecommitdiff
path: root/executer/exoparg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'executer/exoparg3.c')
-rw-r--r--executer/exoparg3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/executer/exoparg3.c b/executer/exoparg3.c
index 923337cd2737..2bdd56e7dc55 100644
--- a/executer/exoparg3.c
+++ b/executer/exoparg3.c
@@ -206,7 +206,7 @@ AcpiExOpcode_3A_0T_0R (
default:
- ACPI_ERROR ((AE_INFO, "Unknown AML opcode %X",
+ ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
WalkState->Opcode));
Status = AE_AML_BAD_OPCODE;
goto Cleanup;
@@ -345,7 +345,7 @@ AcpiExOpcode_3A_1T_1R (
default:
- ACPI_ERROR ((AE_INFO, "Unknown AML opcode %X",
+ ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
WalkState->Opcode));
Status = AE_AML_BAD_OPCODE;
goto Cleanup;