提交 1289f38f 编写于 作者: D Derek Parker

kill whitespace

上级 2c5527c6
......@@ -423,7 +423,6 @@ func (thread *ThreadContext) evaluateStructMember(parentEntry *dwarf.Entry, read
}
if name == memberName {
memberInstr, err := instructionsForEntry(memberEntry)
if err != nil {
return nil, err
......@@ -441,9 +440,7 @@ func (thread *ThreadContext) evaluateStructMember(parentEntry *dwarf.Entry, read
}
app := append(parentInstr, memberInstr...)
val, err := thread.extractValue(app, 0, t)
if err != nil {
return nil, err
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册