]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment change. Function vg_panic does not exist.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 17 Dec 2014 11:01:40 +0000 (11:01 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 17 Dec 2014 11:01:40 +0000 (11:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14816

coregrind/m_debuginfo/priv_storage.h
coregrind/m_debuginfo/storage.c

index 3afa502bb06159910c8d9b754a7caa4fdd23371c..0770e4fbecbe1685fb995d568c87b6c3aeba5458 100644 (file)
@@ -1108,8 +1108,8 @@ extern DebugInfoMapping* ML_(find_rx_mapping) ( DebugInfo* di,
 
 /* ------ Misc ------ */
 
-/* Show a non-fatal debug info reading error.  Use vg_panic if
-   terminal.  'serious' errors are always shown, not 'serious' ones
+/* Show a non-fatal debug info reading error.  Use VG_(core_panic) for
+   fatal errors.  'serious' errors are always shown, not 'serious' ones
    are shown only at verbosity level 2 and above. */
 extern 
 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg );
index ec48ca7ae96dcb8a88936f1ce4fd53fc50575bee..a7453303442eea9245878cfa74da66afaed9406b 100644 (file)
@@ -59,8 +59,8 @@
 /*--- Misc (printing, errors)                              ---*/
 /*------------------------------------------------------------*/
 
-/* Show a non-fatal debug info reading error.  Use vg_panic if
-   terminal.  'serious' errors are shown regardless of the
+/* Show a non-fatal debug info reading error.  Use VG_(core_panic) for
+   fatal errors.  'serious' errors are shown regardless of the
    verbosity setting. */
 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg )
 {