mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
Fixed an error with a static enum definition where it wasn't NULL terminate and could crash.
llvm-svn: 163851
This commit is contained in:
@@ -86,6 +86,7 @@ g_language_enumerators[] =
|
||||
{ eScriptLanguageNone, "none", "Disable scripting languages."},
|
||||
{ eScriptLanguagePython, "python", "Select python as the default scripting language."},
|
||||
{ eScriptLanguageDefault, "default", "Select the lldb default as the default scripting language."},
|
||||
{ 0, NULL, NULL }
|
||||
};
|
||||
|
||||
#define MODULE_WITH_FUNC "{ ${module.file.basename}{`${function.name-with-args}${function.pc-offset}}}"
|
||||
|
||||
Reference in New Issue
Block a user