There was an error while loading. Please reload this page.
1 parent 05411e5 commit ea77671Copy full SHA for ea77671
internal/gocore/type.go
@@ -110,6 +110,8 @@ func (p *Process) DynamicType(t *Type, a core.Address) *Type {
110
}
111
112
113
+// return the number of bytes of the variable int and its value,
114
+// which means the length of a name.
115
func readNameLen(p *Process, a core.Address) (int64, int64) {
116
if p.minorVersion >= 17 {
117
v := 0
0 commit comments