From 7e0e1004f34ba249d8f0aa449068379e3fdc0571 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 11 Mar 2010 07:46:17 +0000 Subject: [PATCH] Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of the opmask array. Pointed out by: Peter Jeremy --- lib/libc/sparc64/fpu/fpu_emu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sparc64/fpu/fpu_emu.h b/lib/libc/sparc64/fpu/fpu_emu.h index 82c96d8f5f0..0d1d16dd1e5 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. -- 2.45.2