diff options
Diffstat (limited to 'debug/tst-chk1.c')
-rw-r--r-- | debug/tst-chk1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index ef7f278a8c..fb2074d0bf 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -50,7 +50,8 @@ do_prepare (void) } } -volatile int chk_fail_ok, ret; +volatile int chk_fail_ok; +volatile int ret; jmp_buf chk_fail_buf; static void |