|
From: <sv...@va...> - 2015-03-11 13:46:22
|
Author: florian
Date: Wed Mar 11 13:46:14 2015
New Revision: 15000
Log:
Update a comment.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
==============================================================================
--- trunk/coregrind/m_main.c (original)
+++ trunk/coregrind/m_main.c Wed Mar 11 13:46:14 2015
@@ -356,6 +356,7 @@
- set VG_(clo_max_stackframe) (--max-stackframe=)
- set VG_(clo_main_stacksize) (--main-stacksize=)
- set VG_(clo_sim_hints) (--sim-hints=)
+ - set VG_(clo_max_threads) (--max-threads)
That's all it does. The main command line processing is done below
by main_process_cmd_line_options. Note that
|