github.com/chenzhuoyu/iasm@v0.9.1/repl/exec.go (about) 1 package repl 2 3 type _Executor interface { 4 Execute(addr uintptr) (_RegFile, _RegFile, error) 5 } 6 7 var ( 8 _exec _Executor 9 )