go-interpreter / ssainterp

A Golang interpreter, built upon golang.org/x/tools/go/ssa/interp
MIT License
58 stars 9 forks source link

Tests don't pass for go 1.7 #3

Closed elliott5 closed 7 years ago

elliott5 commented 7 years ago

There is a missing assembler function - thanks @glycerine

glycerine commented 7 years ago

my pleasure -- terrific to chat yesterday! detail of the missing function:

=== RUN   ExampleRun
panic: no code for function: sync.runtime_notifyListCheck