diff options
author | 2014-09-23 17:59:25 +0000 | |
---|---|---|
committer | 2014-09-23 17:59:25 +0000 | |
commit | ce6ae8e700927d1ea64a8cb5290743025feb6444 (patch) | |
tree | cfcf6d34f9f038b797480ef0b4b4baad8d5fd5ee /sys/dev/acpi/acpi.c | |
parent | add Bay Trail and Braswell SMBus (diff) | |
download | wireguard-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