[runtime] Fixed mini-llvm.c build with MinGW.
commit1c3d90085356d62aca3c64ae24ac84c644e50ea1
authorJoão Matos <joao@tritao.eu>
Wed, 24 Dec 2014 19:48:01 +0000 (24 19:48 +0000)
committerJoão Matos <joao@tritao.eu>
Wed, 24 Dec 2014 19:49:11 +0000 (24 19:49 +0000)
tree818ecaba8103f196b4ec2e9bc301f4eafacaf6c1
parent28ce82dbed361739c608187c2c4bd19ea8f9803e
[runtime] Fixed mini-llvm.c build with MinGW.

MinGW-w64 lacks a definition for bzero which we use in the rest of this file, provide a simple implementation that should get the job done.
mono/mini/mini-llvm.c