summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-11-23 23:48:41 +0000
committerderaadt <deraadt@openbsd.org>2005-11-23 23:48:41 +0000
commitb3c3289f72ab9bc1a73fefcae4394bae2d1859f7 (patch)
treefd3b8c49f3f4986f7bfc49c0228f509102480b85 /lib
parentDeal with empty array initializers (a gcc-ism), but warn. (diff)
downloadwireguard-openbsd-b3c3289f72ab9bc1a73fefcae4394bae2d1859f7.tar.xz
wireguard-openbsd-b3c3289f72ab9bc1a73fefcae4394bae2d1859f7.zip
avoid ' which confuses make depend
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/arch/vax/n_support.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/arch/vax/n_support.S b/lib/libm/arch/vax/n_support.S
index 2bf94cfe465..602b2c83530 100644
--- a/lib/libm/arch/vax/n_support.S
+++ b/lib/libm/arch/vax/n_support.S
@@ -214,7 +214,7 @@ E2:
movw $0,r8 #clear r8
movq $0,r0 #x underflow to zero
C5:
- bisw2 r8,r0 #put r8 into x's exponent field
+ bisw2 r8,r0 #put r8 into exponent field of x
ret
Rop: #Reserved operand
pushl $EDOM