aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-target-mips-cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-target-mips-cpu.h')
-rw-r--r--emulators/qemu-devel/files/patch-target-mips-cpu.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/qemu-devel/files/patch-target-mips-cpu.h b/emulators/qemu-devel/files/patch-target-mips-cpu.h
deleted file mode 100644
index 52d83af15fb2..000000000000
--- a/emulators/qemu-devel/files/patch-target-mips-cpu.h
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: qemu/target-mips/cpu.h
-@@ -8,6 +8,13 @@
- #include "config.h"
- #include "softfloat.h"
-
-+#ifdef __FreeBSD__
-+#if __FreeBSD__ <= 4
-+typedef uint32_t uint_fast8_t;
-+typedef uint32_t uint_fast16_t;
-+#endif
-+#endif
-+
- typedef union fpr_t fpr_t;
- union fpr_t {
- double d;