Fix segfault in array copy primops on 32-bit
authorJohan Tibell <johan.tibell@gmail.com>
Tue, 7 Jun 2011 12:44:23 +0000 (14:44 +0200)
committerDavid Terei <davidterei@gmail.com>
Tue, 7 Jun 2011 18:58:06 +0000 (11:58 -0700)
The second argument to C's memset was passed as a W8 while memset
expects an int.

Signed-off-by: David Terei <davidterei@gmail.com>


No differences found