freebsd-ports/devel/callgrind/files/patch-src::ct_sim.c
Sergey Matveychuk 12ffbba738 Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.

PR:		ports/70936
Submitted by:	maintainer
2004-09-01 16:27:21 +00:00

11 lines
385 B
C

--- src/ct_sim.c.orig Tue Aug 31 13:05:51 2004
+++ src/ct_sim.c Tue Aug 31 13:06:00 2004
@@ -537,7 +537,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);