When we were calculating the max byte size of ONE instruction to handle something like

x/9i

we actually calculated the size of 9 instructions.  Then we multiplied it by the count again 
to get the total amount we should fetch, so we thought 9 x86_64 instructions took over 1K
to fetch...

<rdar://problem/12649027>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167520 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed