Deleted Added
full compact
exstoren.c (67754) exstoren.c (69450)
1
2/******************************************************************************
3 *
4 * Module Name: amstoren - AML Interpreter object store support,
5 * Store to Node (namespace object)
1
2/******************************************************************************
3 *
4 * Module Name: amstoren - AML Interpreter object store support,
5 * Store to Node (namespace object)
6 * $Revision: 22 $
6 * $Revision: 23 $
7 *
8 *****************************************************************************/
9
10/******************************************************************************
11 *
12 * 1. Copyright Notice
13 *
14 * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights

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

664 MOVE_UNALIGNED32_TO_32 (Location, &NewValue);
665
666 DEBUG_PRINT (TRACE_EXEC, ("New Field value %08lx\n", NewValue));
667 break;
668
669
670 case ACPI_TYPE_NUMBER:
671
7 *
8 *****************************************************************************/
9
10/******************************************************************************
11 *
12 * 1. Copyright Notice
13 *
14 * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights

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

664 MOVE_UNALIGNED32_TO_32 (Location, &NewValue);
665
666 DEBUG_PRINT (TRACE_EXEC, ("New Field value %08lx\n", NewValue));
667 break;
668
669
670 case ACPI_TYPE_NUMBER:
671
672
672 DestDesc->Number.Value = ValDesc->Number.Value;
673 DestDesc->Number.Value = ValDesc->Number.Value;
674
675 /* Truncate value if we are executing from a 32-bit ACPI table */
676
677 AcpiAmlTruncateFor32bitTable (DestDesc, WalkState);
673 break;
674
675
676 case ACPI_TYPE_PACKAGE:
677
678 /*
679 * TBD: [Unhandled] Not real sure what to do here
680 */

--- 33 unchanged lines hidden ---
678 break;
679
680
681 case ACPI_TYPE_PACKAGE:
682
683 /*
684 * TBD: [Unhandled] Not real sure what to do here
685 */

--- 33 unchanged lines hidden ---