Tags: foundryzero/llef
Tags
Bugfix/pointer dereference bug (#57) * LLEF Bugfixes Types.py line 277: bug in ptr_size where width needed to be in bits, not bytes. Change GoTypePointer class so that it no longer dereferences the addr parameter, which best I can tell is never given indirectly in an eface. Pointer dereferencing behaviour was depended upon by GoDataInterface, which was amended to do its own dereference where required. Also added a new type representation for a nil interface, which is where you have a line of code in Go such as: var myVar any = nil * New Black version wants new tuple unpacking syntax
LLEF 2.0 (#50) --------- Co-authored-by: F0Michael <[email protected]> Co-authored-by: f0alex <[email protected]>