You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/lxdream/files/lxdream-0.9.1-fno-common.patch

13 lines
410 B

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
}