Subversion Repositories Kolibri OS

Rev

Rev 1498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 6... Line 6...
6
 
6
 
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
Line 207... Line 207...
207
                AcpiOsPrintf ("%1c ", ACPI_DEBUGGER_EXECUTE_PROMPT);
207
                AcpiOsPrintf ("%1c ", ACPI_DEBUGGER_EXECUTE_PROMPT);
208
            }
208
            }
Line 209... Line 209...
209
 
209
 
Line 210... Line 210...
210
            /* Get the user input line */
210
            /* Get the user input line */
-
 
211
 
-
 
212
            Status = AcpiOsGetLine (AcpiGbl_DbLineBuf,
-
 
213
                ACPI_DB_LINE_BUFFER_SIZE, NULL);
-
 
214
            if (ACPI_FAILURE (Status))
-
 
215
            {
-
 
216
                ACPI_EXCEPTION ((AE_INFO, Status, "While parsing command line"));
211
 
217
                return (Status);
Line 212... Line 218...
212
            (void) AcpiOsGetLine (AcpiGbl_DbLineBuf);
218
            }
213
        }
219
        }