diff options
Diffstat (limited to 'devel/callgrind/files/patch-src::ct_main.c')
-rw-r--r-- | devel/callgrind/files/patch-src::ct_main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/callgrind/files/patch-src::ct_main.c b/devel/callgrind/files/patch-src::ct_main.c new file mode 100644 index 0000000..ea2d55d --- /dev/null +++ b/devel/callgrind/files/patch-src::ct_main.c @@ -0,0 +1,11 @@ +--- src/ct_main.c.orig Thu Jun 3 05:04:08 2004 ++++ src/ct_main.c Thu Jun 3 05:05:51 2004 +@@ -5758,7 +5758,7 @@ + /* Install own SIGILL handler */ + sigill_new.ksa_handler = cpuid_SIGILL_handler; + sigill_new.ksa_flags = 0; +- sigill_new.ksa_restorer = NULL; ++ // sigill_new.ksa_restorer = NULL; + res = VG_(ksigemptyset)( &sigill_new.ksa_mask ); + CT_ASSERT(res == 0); + |