diff options
Diffstat (limited to 'source/components/debugger/dbcmds.c')
| -rw-r--r-- | source/components/debugger/dbcmds.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/source/components/debugger/dbcmds.c b/source/components/debugger/dbcmds.c index cf214a161c07..ba6181bb39a0 100644 --- a/source/components/debugger/dbcmds.c +++ b/source/components/debugger/dbcmds.c @@ -174,14 +174,14 @@ AcpiDbSleep (      }      AcpiOsPrintf ("**** Going to sleep ****\n"); -    Status = AcpiEnterSleepState (SleepState); +    Status = AcpiEnterSleepState (SleepState, ACPI_NO_OPTIONAL_METHODS);      if (ACPI_FAILURE (Status))      {          goto ErrorExit;      }      AcpiOsPrintf ("**** Prepare to return from sleep ****\n"); -    Status = AcpiLeaveSleepStatePrep (SleepState); +    Status = AcpiLeaveSleepStatePrep (SleepState, ACPI_NO_OPTIONAL_METHODS);      if (ACPI_FAILURE (Status))      {          goto ErrorExit; | 
