Fix a thinko in CommandObjectMemoryRegion.
authorJim Ingham <jingham@apple.com>
Wed, 11 Apr 2018 19:27:03 +0000 (19:27 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 11 Apr 2018 19:27:03 +0000 (19:27 +0000)
commit7b57946801a1a85f09374659576fd5e26bbdb1ba
tree84fcc8fa951e845fccb923c8cadd92ce6feed2c6
parent97d18bf9e982b65f9d2c266115faa78d7946ad43
Fix a thinko in CommandObjectMemoryRegion.

Don't try to read the first argument till you've checked
that there is one.

llvm-svn: 329844
lldb/source/Commands/CommandObjectMemory.cpp