mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-18 00:43:47 +00:00
Correct file name in error messages.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3757
This commit is contained in:
@@ -127,12 +127,12 @@ static Int allocate_segname ( const HChar* name )
|
||||
segnames_used++;
|
||||
} else {
|
||||
VG_(printf)(
|
||||
"coregrind/vg_memory.c:\n"
|
||||
"coregrind/m_aspacemgr/aspacemgr.c:\n"
|
||||
" VG_N_SEGNAMES is too small: "
|
||||
"increase it and rebuild Valgrind.\n"
|
||||
);
|
||||
VG_(printf)(
|
||||
"coregrind/vg_memory.c:\n"
|
||||
"coregrind/m_aspacemgr/aspacemgr.c:\n"
|
||||
" giving up now.\n\n"
|
||||
);
|
||||
VG_(exit)(0);
|
||||
|
||||
Reference in New Issue
Block a user