ports/emulators/x48/patches/patch-src_debugger_c

13 lines
193 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/debugger.c
--- src/debugger.c.orig
+++ src/debugger.c
@@ -1528,7 +1528,7 @@ struct se {
struct se *se_next;
};
-char *
+void
#ifdef __FunctionProto__
get_stack (void)
#else