summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbstats.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-01-10 09:42:57 -0800
committerRobert Moore <Robert.Moore@intel.com>2014-01-10 09:42:57 -0800
commit360c69d564973b44ecb7c598843854a2b604cd5a (patch)
tree01d8b2d0bc54121834df500d27fdbf4ee25f1f67 /source/components/debugger/dbstats.c
parent1c138ba9eeb3f9f5c908b56d667ed564926eebbb (diff)
Debugger: Add new command to read/write/compare all namespace objects.
This command "test objects" will exercise the entire namespace by writing new values to each data object, and ensuring that the write was successful. The original value is then restored and verified.
Diffstat (limited to 'source/components/debugger/dbstats.c')
-rw-r--r--source/components/debugger/dbstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/debugger/dbstats.c b/source/components/debugger/dbstats.c
index beb99604b..9594b3d1c 100644
--- a/source/components/debugger/dbstats.c
+++ b/source/components/debugger/dbstats.c
@@ -473,7 +473,7 @@ AcpiDbDisplayStatistics (
AcpiUtStrupr (TypeArg);
Temp = AcpiDbMatchArgument (TypeArg, AcpiDbStatTypes);
- if (Temp == (UINT32) -1)
+ if (Temp == ACPI_TYPE_NOT_FOUND)
{
AcpiOsPrintf ("Invalid or unsupported argument\n");
return (AE_OK);