diff options
Diffstat (limited to 'unwind.h')
-rw-r--r-- | unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ extern "C" { #endif int jmp_save(struct jmp *); -void jmp_restore(struct jmp *, int); +noreturn void jmp_restore(struct jmp *, int); #ifdef __cplusplus } |