diff options
Diffstat (limited to 'source/components/debugger/dbexec.c')
| -rw-r--r-- | source/components/debugger/dbexec.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/source/components/debugger/dbexec.c b/source/components/debugger/dbexec.c index 7818c9ddbef8..4b59f22053a7 100644 --- a/source/components/debugger/dbexec.c +++ b/source/components/debugger/dbexec.c @@ -872,8 +872,8 @@ AcpiDbMethodThread (      if (Info->InitArgs)      { -        AcpiDbUInt32ToHexString (Info->NumCreated, Info->IndexOfThreadStr); -        AcpiDbUInt32ToHexString ((UINT32) AcpiOsGetThreadId (), Info->IdOfThreadStr); +        AcpiDbUint32ToHexString (Info->NumCreated, Info->IndexOfThreadStr); +        AcpiDbUint32ToHexString ((UINT32) AcpiOsGetThreadId (), Info->IdOfThreadStr);      }      if (Info->Threads && (Info->NumCreated < Info->NumThreads)) @@ -1063,7 +1063,7 @@ AcpiDbCreateExecutionThreads (      AcpiGbl_DbMethodInfo.ArgTypes[1] = ACPI_TYPE_INTEGER;      AcpiGbl_DbMethodInfo.ArgTypes[2] = ACPI_TYPE_INTEGER; -    AcpiDbUInt32ToHexString (NumThreads, AcpiGbl_DbMethodInfo.NumThreadsStr); +    AcpiDbUint32ToHexString (NumThreads, AcpiGbl_DbMethodInfo.NumThreadsStr);      AcpiDbExecuteSetup (&AcpiGbl_DbMethodInfo);  | 
