summaryrefslogtreecommitdiff
path: root/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch
blob: d325963eac28b8456db375e4d903e38663adeb9c (plain)
1
2
3
4
5
6
7
8
9
10
11
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
 }