summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2003-07-03 04:09:07 +0000
committerdrahn <drahn@openbsd.org>2003-07-03 04:09:07 +0000
commitb91d5d08863fc31b7a7dd606f12dd6ea65ac603c (patch)
tree02ab5049eb65c71239318ac75a96121619748598
parentWe have a real setreuid(2) in OpenBSD >= 3.3 (diff)
downloadwireguard-openbsd-b91d5d08863fc31b7a7dd606f12dd6ea65ac603c.tar.xz
wireguard-openbsd-b91d5d08863fc31b7a7dd606f12dd6ea65ac603c.zip
Fix a _C_LABEL() typo.
-rw-r--r--sys/gnu/arch/i386/fpemul/reg_div.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/arch/i386/fpemul/reg_div.s b/sys/gnu/arch/i386/fpemul/reg_div.s
index 599d462d994..d6b402749ec 100644
--- a/sys/gnu/arch/i386/fpemul/reg_div.s
+++ b/sys/gnu/arch/i386/fpemul/reg_div.s
@@ -1,5 +1,5 @@
.file "reg_div.S"
-/* $OpenBSD: reg_div.s,v 1.3 2003/04/17 03:45:30 drahn Exp $ */
+/* $OpenBSD: reg_div.s,v 1.4 2003/07/03 04:09:07 drahn Exp $ */
/*
* reg_div.S
*
@@ -153,7 +153,7 @@ L_arg2_NaN:
L_zero_zero:
L_inf_inf:
pushl %edi /* Destination */
- call _C_LABEL(arith)_invalid /* 0/0 or Infinity/Infinity */
+ call _C_LABEL(arith_invalid) /* 0/0 or Infinity/Infinity */
jmp LDiv_exit
L_no_NaN_arg: