From eb65fc5e698d0f6bd70e5e51c0497dc53ec48aa0 Mon Sep 17 00:00:00 2001 From: Sigrid Date: Thu, 30 Jul 2020 15:59:04 +0200 Subject: aux/acpi: forgot to commit -p option --- sys/src/cmd/aux/acpi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/src/cmd/aux/acpi.c b/sys/src/cmd/aux/acpi.c index 6381ed36e..e5252022b 100644 --- a/sys/src/cmd/aux/acpi.c +++ b/sys/src/cmd/aux/acpi.c @@ -454,6 +454,9 @@ threadmain(int argc, char **argv) case 's': srv = EARGF(usage()); break; + case 'p': + amldebug++; + break; default: usage(); }ARGEND -- cgit v1.2.3