summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/ivy.c')
-rw-r--r--sys/dev/random/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c
index cb82adc..23fd542 100644
--- a/sys/dev/random/ivy.c
+++ b/sys/dev/random/ivy.c
@@ -79,7 +79,7 @@ ivy_rng_store(long *buf)
"2:\n\t"
"mov %2,%1\n\t" /* *buf = tmp */
"3:"
- : "+q" (retry), "=m" (*buf), "=q" (tmp) : : "cc");
+ : "+q" (retry), "=m" (*buf), "+q" (tmp) : : "cc");
return (retry);
#else /* __GNUCLIKE_ASM */
return (0);
OpenPOWER on IntegriCloud