提交 60a5d221 编写于 作者: A aarzilli 提交者: Derek Parker

proc: treat assembly files like go code in Next

上级 4121fb1f
......@@ -112,7 +112,8 @@ func next(dbp Process, stepInto bool) error {
}
}()
csource := filepath.Ext(topframe.Current.File) != ".go"
ext := filepath.Ext(topframe.Current.File)
csource := ext != ".go" && ext != ".s"
var thread MemoryReadWriter = curthread
var regs Registers
if selg != nil && selg.Thread != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册