forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
234 B
C
11 lines
234 B
C
--- debug.c.orig 2012-07-01 20:00:16.000000000 +0200
|
|
+++ debug.c 2012-07-01 20:00:39.000000000 +0200
|
|
@@ -352,7 +352,7 @@
|
|
void gbz80_debugger(void *garbage)
|
|
{
|
|
printf("Debugger not available!\n");
|
|
- return 0;
|
|
+ return;
|
|
}
|
|
|
|
#endif
|