summaryrefslogtreecommitdiff
path: root/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch')
-rw-r--r--games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch b/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch
new file mode 100644
index 000000000000..d325963eac28
--- /dev/null
+++ b/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/740382
+--- a/src/sh4/sh4trans.h
++++ b/src/sh4/sh4trans.h
+@@ -130,7 +130,7 @@ gboolean sh4_translate_flush_cache( void );
+ * Either returns immediately (to skip the breakpoint), or aborts the current
+ * cycle and never returns.
+ */
+-void FASTCALL sh4_translate_breakpoint_hit( sh4vma_t pc );
++extern void FASTCALL sh4_translate_breakpoint_hit( sh4vma_t pc );
+
+ #ifdef __cplusplus
+ }