We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a0815 commit f45267cCopy full SHA for f45267c
cmds/intelmeta/main.go
@@ -253,7 +253,7 @@ func main() {
253
fmt.Println(string(j))
254
}
255
256
- if txte != nil {
+ if txte != nil && txte.GetEntryBase().Headers.Version.Major() == 0 {
257
var x IndexIOAddress
258
b := make([]byte, 8)
259
binary.LittleEndian.PutUint64(b, txte.GetEntryBase().Headers.Address.Pointer())
0 commit comments