summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-03-11 07:46:17 +0000
committermarius <marius@FreeBSD.org>2010-03-11 07:46:17 +0000
commit4966ff62b9076d5f0eee7c11512c04fd67f098d9 (patch)
tree8ca7cf4b321dc5b7b0a69e128b7c4aac31ceff6d /lib/libc
parent8d5230148430edf6bf7271227ac757999d8ff854 (diff)
downloadFreeBSD-src-4966ff62b9076d5f0eee7c11512c04fd67f098d9.zip
FreeBSD-src-4966ff62b9076d5f0eee7c11512c04fd67f098d9.tar.gz
Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of
the opmask array. Pointed out by: Peter Jeremy
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sparc64/fpu/fpu_emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sparc64/fpu/fpu_emu.h b/lib/libc/sparc64/fpu/fpu_emu.h
index 82c96d8..0d1d16d 100644
--- a/lib/libc/sparc64/fpu/fpu_emu.h
+++ b/lib/libc/sparc64/fpu/fpu_emu.h
@@ -140,7 +140,7 @@ struct fpn {
#define FTYPE_SNG INSFP_s
#define FTYPE_DBL INSFP_d
#define FTYPE_EXT INSFP_q
-#define FTYPE_LNG 5
+#define FTYPE_LNG 4
/*
* Emulator state.
OpenPOWER on IntegriCloud