Deleted Added
full compact
dbxface.c (85756) dbxface.c (87031)
1/*******************************************************************************
2 *
3 * Module Name: dbxface - AML Debugger external interfaces
1/*******************************************************************************
2 *
3 * Module Name: dbxface - AML Debugger external interfaces
4 * $Revision: 45 $
4 * $Revision: 46 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

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

429 }
430 if (AcpiGbl_DbBuffer)
431 {
432 AcpiOsFree (AcpiGbl_DbBuffer);
433 }
434}
435
436
5 *
6 ******************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

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

429 }
430 if (AcpiGbl_DbBuffer)
431 {
432 AcpiOsFree (AcpiGbl_DbBuffer);
433 }
434}
435
436
437
438#endif /* ENABLE_DEBUGGER */
437#endif /* ENABLE_DEBUGGER */