diff options
Diffstat (limited to 'sys/contrib/dev/acpica/exstoren.c')
-rw-r--r-- | sys/contrib/dev/acpica/exstoren.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/exstoren.c b/sys/contrib/dev/acpica/exstoren.c index 574755f2a2b6..0cd24c1f915f 100644 --- a/sys/contrib/dev/acpica/exstoren.c +++ b/sys/contrib/dev/acpica/exstoren.c @@ -3,7 +3,7 @@ * * Module Name: exstoren - AML Interpreter object store support, * Store to Node (namespace object) - * $Revision: 39 $ + * $Revision: 40 $ * *****************************************************************************/ @@ -298,7 +298,6 @@ AcpiExStoreObject ( * The target namespace node is uninitialized (has no target object), * and will take on the type of the source object */ - *TargetDescPtr = SourceDesc; break; |