From 3815190d52f8ae453c2458335394eb5b18ab9bf5 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 14 Sep 2010 13:17:20 +0000 Subject: xserver libX11 pixman git update 14/9/2010 --- pixman/test/scaling-test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pixman/test/scaling-test.c') diff --git a/pixman/test/scaling-test.c b/pixman/test/scaling-test.c index 54236faa3..872805338 100644 --- a/pixman/test/scaling-test.c +++ b/pixman/test/scaling-test.c @@ -46,6 +46,7 @@ test_composite (int testnum, uint32_t * srcbuf; uint32_t * dstbuf; uint32_t crc32; + FLOAT_REGS_CORRUPTION_DETECTOR_START (); lcg_srand (testnum); @@ -234,6 +235,8 @@ test_composite (int testnum, crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height); free (srcbuf); free (dstbuf); + + FLOAT_REGS_CORRUPTION_DETECTOR_FINISH (); return crc32; } -- cgit v1.2.3