mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
Change the NULL to a 0 since we need a uint32_t
llvm-svn: 163625
This commit is contained in:
@@ -307,7 +307,7 @@ OptionDefinition
|
||||
CommandObjectFrameSelect::CommandOptions::g_option_table[] =
|
||||
{
|
||||
{ LLDB_OPT_SET_1, false, "relative", 'r', required_argument, NULL, 0, eArgTypeOffset, "A relative frame index offset from the current frame index."},
|
||||
{ 0, false, NULL, 0, 0, NULL, NULL, eArgTypeNone, NULL }
|
||||
{ 0, false, NULL, 0, 0, NULL, 0, eArgTypeNone, NULL }
|
||||
};
|
||||
|
||||
#pragma mark CommandObjectFrameVariable
|
||||
|
||||
Reference in New Issue
Block a user