diff options
author | 2005-11-23 23:48:41 +0000 | |
---|---|---|
committer | 2005-11-23 23:48:41 +0000 | |
commit | b3c3289f72ab9bc1a73fefcae4394bae2d1859f7 (patch) | |
tree | fd3b8c49f3f4986f7bfc49c0228f509102480b85 | |
parent | Deal with empty array initializers (a gcc-ism), but warn. (diff) | |
download | wireguard-openbsd-b3c3289f72ab9bc1a73fefcae4394bae2d1859f7.tar.xz wireguard-openbsd-b3c3289f72ab9bc1a73fefcae4394bae2d1859f7.zip |
avoid ' which confuses make depend
-rw-r--r-- | lib/libm/arch/vax/n_support.S | 2 |
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 |