delve/_fixtures/nodisasm/main.go
aarzilli cab09a4bbb proc: fix next when disassembly fails
Next should work even if one or more instructions in the current
function can not be disassembled.
2018-08-29 16:11:18 -07:00

8 lines
57 B
Go

package main
func asmFunc()
func main() {
asmFunc()
}