summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/cbits
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-07-23 12:39:01 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-07-23 12:39:01 +0000
commit44dc3ef8bfb63d196a31b493e4fa9785425fdf42 (patch)
tree9ad58b6cb67c3b6319bc4b41f4ea25590c529239 /libraries/integer-gmp/cbits
parent8325cd81876a9fcb11fa19e5872dd087daa93aa5 (diff)
downloadhaskell-44dc3ef8bfb63d196a31b493e4fa9785425fdf42.tar.gz
Fix GC annotations in GMP_TAKE1_UL1_RET1()
Diffstat (limited to 'libraries/integer-gmp/cbits')
-rw-r--r--libraries/integer-gmp/cbits/gmp-wrappers.cmm2
1 files changed, 1 insertions, 1 deletions
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 ); \
\