diff options
author | marha <marha@users.sourceforge.net> | 2010-09-14 13:17:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-14 13:17:20 +0000 |
commit | 3815190d52f8ae453c2458335394eb5b18ab9bf5 (patch) | |
tree | f1d30ef6d20654c2b6e201dec66426f99465bea2 /pixman/test/scaling-test.c | |
parent | 9e19f3933a9c37ea36ce295b6434bbd326fe44ad (diff) | |
download | vcxsrv-3815190d52f8ae453c2458335394eb5b18ab9bf5.tar.gz vcxsrv-3815190d52f8ae453c2458335394eb5b18ab9bf5.tar.bz2 vcxsrv-3815190d52f8ae453c2458335394eb5b18ab9bf5.zip |
xserver libX11 pixman git update 14/9/2010
Diffstat (limited to 'pixman/test/scaling-test.c')
-rw-r--r-- | pixman/test/scaling-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
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;
}
|