Fix compile errors following function prototype change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13040
This commit is contained in:
Florian Krohm
2012-10-14 02:58:42 +00:00
parent 786e11050a
commit 4d1f391529
3 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ int main(int argc, char** argv)
return 0;
}
void VG_(assert_fail)(Bool isCore, const Char* expr, const Char* file,
Int line, const Char* fn, const HChar* format, ... )
void VG_(assert_fail)(Bool isCore, const HChar* expr, const HChar* file,
Int line, const HChar* fn, const HChar* format, ... )
{
abort();
}