diff options
-rw-r--r-- | arch/mips/math-emu/ieee754int.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754int.h b/arch/mips/math-emu/ieee754int.h index 27ed825ad35a..62d0fdbdb44e 100644 --- a/arch/mips/math-emu/ieee754int.h +++ b/arch/mips/math-emu/ieee754int.h | |||
@@ -23,7 +23,8 @@ | |||
23 | * | 23 | * |
24 | * ######################################################################## | 24 | * ######################################################################## |
25 | */ | 25 | */ |
26 | 26 | #ifndef __IEEE754INT_H | |
27 | #define __IEEE754INT_H | ||
27 | 28 | ||
28 | #include "ieee754.h" | 29 | #include "ieee754.h" |
29 | 30 | ||
@@ -162,3 +163,5 @@ | |||
162 | #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym) | 163 | #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym) |
163 | #define FLUSHXSP FLUSHSP(x, xc, xs, xe, xm) | 164 | #define FLUSHXSP FLUSHSP(x, xc, xs, xe, xm) |
164 | #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym) | 165 | #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym) |
166 | |||
167 | #endif /* __IEEE754INT_H */ | ||