Deleted Added
sdiff udiff text old ( 123315 ) new ( 126372 )
full compact
1/******************************************************************************
2 *
3 * Module Name: uteval - Object evaluation
4 * $Revision: 49 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

--- 638 unchanged lines hidden (view full) ---

659
660 *Flags = (UINT32) ObjDesc->Integer.Value;
661
662 /* On exit, we must delete the return object */
663
664 AcpiUtRemoveReference (ObjDesc);
665 return_ACPI_STATUS (Status);
666}