diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-finish-breakpoint.c')
-rw-r--r-- | gdb/testsuite/gdb.python/py-finish-breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.c b/gdb/testsuite/gdb.python/py-finish-breakpoint.c index 8b4c58c5407..83d439c08bb 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.c +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.c @@ -56,6 +56,7 @@ int call_longjmp (jmp_buf *buf) { call_longjmp_1 (buf); + return 0; } void |