From 44dc3ef8bfb63d196a31b493e4fa9785425fdf42 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 23 Jul 2009 12:39:01 +0000 Subject: Fix GC annotations in GMP_TAKE1_UL1_RET1() --- libraries/integer-gmp/cbits/gmp-wrappers.cmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/integer-gmp/cbits') diff --git a/libraries/integer-gmp/cbits/gmp-wrappers.cmm b/libraries/integer-gmp/cbits/gmp-wrappers.cmm index 036fc6fdfb..ee34aa2730 100644 --- a/libraries/integer-gmp/cbits/gmp-wrappers.cmm +++ b/libraries/integer-gmp/cbits/gmp-wrappers.cmm @@ -274,7 +274,7 @@ name \ W_ mp_result; \ \ /* call doYouWantToGC() */ \ - MAYBE_GC(R2_PTR & R4_PTR, name); \ + MAYBE_GC(R2_PTR, name); \ \ STK_CHK_GEN( 2 * SIZEOF_MP_INT, R2_PTR, name ); \ \ -- cgit v1.2.1