From: Johan Tibell Date: Tue, 7 Jun 2011 12:44:23 +0000 (+0200) Subject: Fix segfault in array copy primops on 32-bit X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d0faaa6fa0cecd23c5670fd199e9206275313666;hp=d0faaa6fa0cecd23c5670fd199e9206275313666 Fix segfault in array copy primops on 32-bit The second argument to C's memset was passed as a W8 while memset expects an int. Signed-off-by: David Terei ---