From c126fe149ae3018ea5ecbac5be54ab6662c253a5 Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 11 Oct 2006 01:21:34 -0700 Subject: [PATCH] --- yaml --- r: 39324 b: refs/heads/master c: b5cdb5797d364a112879e49cc708083853ffc592 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/include/longjmp.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cfd442eb4353..26dc72a915c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d875f9fd3f2369bf6f4d0e9989f00fe610eac470 +refs/heads/master: b5cdb5797d364a112879e49cc708083853ffc592 diff --git a/trunk/arch/um/include/longjmp.h b/trunk/arch/um/include/longjmp.h index e93c6d3e893b..e860bc5848e0 100644 --- a/trunk/arch/um/include/longjmp.h +++ b/trunk/arch/um/include/longjmp.h @@ -12,7 +12,8 @@ extern void longjmp(jmp_buf, int); } while(0) #define UML_SETJMP(buf) ({ \ - int n, enable; \ + int n; \ + volatile int enable; \ enable = get_signals(); \ n = setjmp(*buf); \ if(n != 0) \