diff options
Diffstat (limited to 'community/openjdk7/icedtea-hotspot-musl.patch')
-rw-r--r-- | community/openjdk7/icedtea-hotspot-musl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openjdk7/icedtea-hotspot-musl.patch b/community/openjdk7/icedtea-hotspot-musl.patch index 1f980bcbcb..1da9031486 100644 --- a/community/openjdk7/icedtea-hotspot-musl.patch +++ b/community/openjdk7/icedtea-hotspot-musl.patch @@ -31,9 +31,9 @@ #ifdef AMD64 #define REG_SP REG_RSP -@@ -532,6 +531,9 @@ - +@@ -533,6 +532,9 @@ ShouldNotReachHere(); + return true; // Mute compiler } + +#define _FPU_GETCW(cw) __asm__ __volatile__ ("fnstcw %0" : "=m" (*&cw)) |