Revert "Update runc to 1.0.0"
This commit is contained in:
2
vendor/github.com/cilium/ebpf/asm/load_store.go
generated
vendored
2
vendor/github.com/cilium/ebpf/asm/load_store.go
generated
vendored
@@ -111,7 +111,7 @@ func LoadMapPtr(dst Register, fd int) Instruction {
|
||||
OpCode: LoadImmOp(DWord),
|
||||
Dst: dst,
|
||||
Src: PseudoMapFD,
|
||||
Constant: int64(uint32(fd)),
|
||||
Constant: int64(fd),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user