diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-01 09:48:01 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-01 09:48:01 +0000 |
| commit | 6a7ef087630a034198aaa1bed79725443a75ce44 (patch) | |
| tree | 8661333547e257fa126006b76563aeb546db8b46 | |
| parent | 3d976872ed4642f1a00375a063dd87fe989f2675 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/acpica/acpi_wakeup.c | 1 | ||||
| -rw-r--r-- | sys/i386/acpica/acpi_wakeup.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 4f595daf6857..672174c2ee94 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -93,6 +93,7 @@ acpi_restorecpu: \n\ movl r_esi,%esi \n\ movl r_edi,%edi \n\ movl r_esp,%esp \n\ + popl %eax \n\ \n\ pushl r_efl \n\ popfl \n\ diff --git a/sys/i386/acpica/acpi_wakeup.c b/sys/i386/acpica/acpi_wakeup.c index 4f595daf6857..672174c2ee94 100644 --- a/sys/i386/acpica/acpi_wakeup.c +++ b/sys/i386/acpica/acpi_wakeup.c @@ -93,6 +93,7 @@ acpi_restorecpu: \n\ movl r_esi,%esi \n\ movl r_edi,%edi \n\ movl r_esp,%esp \n\ + popl %eax \n\ \n\ pushl r_efl \n\ popfl \n\ |
