From 8139d1c394d10b82aaca0611dd5e8aac2a15be78 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 17:18:12 +0000 Subject: [PATCH] Macro rename and cleanup date 2001.11.21.17.06.00; author rmoore1; state Exp; --- source/components/executer/exconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c index 0b6ec1fb0..d4f1929ba 100644 --- a/source/components/executer/exconfig.c +++ b/source/components/executer/exconfig.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exconfig - Namespace reconfiguration (Load/Unload opcodes) - * $Revision: 1.47 $ + * $Revision: 1.48 $ * *****************************************************************************/ @@ -308,7 +308,7 @@ AcpiExUnloadTable ( * validated here. */ if ((!DdbHandle) || - (!VALID_DESCRIPTOR_TYPE (DdbHandle, ACPI_DESC_TYPE_INTERNAL)) || + (ACPI_GET_DESCRIPTOR_TYPE (DdbHandle) != ACPI_DESC_TYPE_INTERNAL) || (((ACPI_OPERAND_OBJECT *)DdbHandle)->Common.Type != INTERNAL_TYPE_REFERENCE)) {