mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
Fix compile errors following function prototype change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13040
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user