diff options
Diffstat (limited to 'src/arch/x86/acpi/debug.asl')
-rw-r--r-- | src/arch/x86/acpi/debug.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/acpi/debug.asl b/src/arch/x86/acpi/debug.asl index fd071f8fdb..60f15956db 100644 --- a/src/arch/x86/acpi/debug.asl +++ b/src/arch/x86/acpi/debug.asl @@ -153,7 +153,7 @@ Method(DBGO, 1) return (0) } OUTC(Local0) - Increment(Local1) + Local1++ } } return (0) |