aboutsummaryrefslogtreecommitdiff
path: root/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h')
-rw-r--r--emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h b/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h
deleted file mode 100644
index 188550f483c0..000000000000
--- a/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fpu/fpu_instructions_longdouble.h.orig 2022-05-19 07:43:50 UTC
-+++ src/fpu/fpu_instructions_longdouble.h
-@@ -22,7 +22,7 @@
- #ifdef __GNUC__
- # if defined(__MINGW32__) || (defined(MACOSX) && !defined(__arm64__))
- # include "fpu_control_x86.h"
--# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN)
-+# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) || defined(__powerpc__)
- /* ? */
- # define _FPU_SETCW(x) /* dummy */
- # else