summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpi.c
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2014-09-23 17:59:25 +0000
committerbrad <brad@openbsd.org>2014-09-23 17:59:25 +0000
commitce6ae8e700927d1ea64a8cb5290743025feb6444 (patch)
treecfcf6d34f9f038b797480ef0b4b4baad8d5fd5ee /sys/dev/acpi/acpi.c
parentadd Bay Trail and Braswell SMBus (diff)
downloadwireguard-openbsd-ce6ae8e700927d1ea64a8cb5290743025feb6444.tar.xz
wireguard-openbsd-ce6ae8e700927d1ea64a8cb5290743025feb6444.zip
Fix constraint.
We need a register here, and not a generic memory reference. We get lucky with GCC that it chooses a register for "p", but we can't blame clang for choosing a memory reference if we allow it to do so. Pointed out by LLVM. time.c:80:17: error: unexpected token in memory operand ok kettenis@
Diffstat (limited to 'sys/dev/acpi/acpi.c')
0 files changed, 0 insertions, 0 deletions