OpenJDK / amber / amber
changeset 44089:d84f1eba438e
8175567: Build of hotspot for arm-vfp-sflt fails
Reviewed-by: kvn, cjplummer
author | bobv |
---|---|
date | Tue, 28 Feb 2017 10:44:49 -0500 |
parents | 501b6d07e6dd |
children | 67fd60d2fee7 |
files | hotspot/src/share/vm/c1/c1_LIR.hpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/c1/c1_LIR.hpp Thu Feb 23 18:57:10 2017 +0100 +++ b/hotspot/src/share/vm/c1/c1_LIR.hpp Tue Feb 28 10:44:49 2017 -0500 @@ -613,7 +613,7 @@ // Platform dependant. static LIR_Opr double_fpu(int reg1, int reg2 = -1 /*fnoreg*/); -#ifdef __SOFTFP__ +#ifdef ARM32 static LIR_Opr single_softfp(int reg) { return (LIR_Opr)(intptr_t)((reg << LIR_OprDesc::reg1_shift) | LIR_OprDesc::float_type | @@ -627,7 +627,7 @@ LIR_OprDesc::cpu_register | LIR_OprDesc::double_size); } -#endif // __SOFTFP__ +#endif // ARM32 #if defined(X86) static LIR_Opr single_xmm(int reg) {