summaryrefslogtreecommitdiffstats
path: root/source/components/debugger/dbstats.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-05-17 23:13:40 +0000
committerjkim <jkim@FreeBSD.org>2013-05-17 23:13:40 +0000
commitaf69f95bba3597db53a980597cfd371c9f6ee7cf (patch)
tree740dae2325e162bb086ea6e7e5d481c4b669e232 /source/components/debugger/dbstats.c
parent00f95aec269522bc092cf85fe57fcfc19efecec9 (diff)
downloadFreeBSD-src-af69f95bba3597db53a980597cfd371c9f6ee7cf.zip
FreeBSD-src-af69f95bba3597db53a980597cfd371c9f6ee7cf.tar.gz
Import ACPICA 20130517.
Diffstat (limited to 'source/components/debugger/dbstats.c')
-rw-r--r--source/components/debugger/dbstats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbstats.c b/source/components/debugger/dbstats.c
index d9226f9..181efbf 100644
--- a/source/components/debugger/dbstats.c
+++ b/source/components/debugger/dbstats.c
@@ -267,6 +267,7 @@ AcpiDbEnumerateObject (
break;
default:
+
break;
}
}
@@ -479,7 +480,6 @@ AcpiDbDisplayStatistics (
}
break;
-
case CMD_STAT_SIZES:
AcpiOsPrintf ("\nInternal object sizes:\n\n");
@@ -530,7 +530,6 @@ AcpiDbDisplayStatistics (
AcpiOsPrintf ("Notify Info %3d\n", sizeof (ACPI_NOTIFY_INFO));
break;
-
case CMD_STAT_STACK:
#if defined(ACPI_DEBUG_OUTPUT)
@@ -545,6 +544,7 @@ AcpiDbDisplayStatistics (
break;
default:
+
break;
}
OpenPOWER on IntegriCloud