From 7eeb8daa5c80bc88f8ada48a021093afd3872e2e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 31 Aug 2005 08:10:28 +0000 Subject: Add two patches to make longjmp tests runable. Submitted by: Mustabasic Reuf Obtained from: Opensolaris development forum --- benchmarks/libmicro/files/patch-longjmp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/libmicro/files/patch-longjmp.c (limited to 'benchmarks/libmicro/files/patch-longjmp.c') diff --git a/benchmarks/libmicro/files/patch-longjmp.c b/benchmarks/libmicro/files/patch-longjmp.c new file mode 100644 index 000000000000..1c190b574c94 --- /dev/null +++ b/benchmarks/libmicro/files/patch-longjmp.c @@ -0,0 +1,11 @@ +--- longjmp.c.orig Wed Aug 31 11:53:48 2005 ++++ longjmp.c Wed Aug 31 11:55:10 2005 +@@ -55,7 +55,7 @@ + int + benchmark(void *tsd, result_t *res) + { +- int i = 0; ++ volatile int i = 0; + jmp_buf env; + + (void) setjmp(env); -- cgit v1.2.3