mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:24:23 +08:00
Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD.
CC: emaste Differential Revision: http://llvm-reviews.chandlerc.com/D1234 llvm-svn: 187425
This commit is contained in:
@@ -2685,7 +2685,7 @@ ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function,
|
||||
error.SetErrorString("no function to execute");
|
||||
return false;
|
||||
}
|
||||
if (!g_swig_run_script_keyword_thread)
|
||||
if (!g_swig_run_script_keyword_target)
|
||||
{
|
||||
error.SetErrorString("internal helper function missing");
|
||||
return false;
|
||||
@@ -2717,7 +2717,7 @@ ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function,
|
||||
error.SetErrorString("no function to execute");
|
||||
return false;
|
||||
}
|
||||
if (!g_swig_run_script_keyword_thread)
|
||||
if (!g_swig_run_script_keyword_frame)
|
||||
{
|
||||
error.SetErrorString("internal helper function missing");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user