go.mod: runc v1.0.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		
				
					committed by
					
						
						Davanum Srinivas
					
				
			
			
				
	
			
			
			
						parent
						
							28bb59c080
						
					
				
				
					commit
					f913a42755
				
			
							
								
								
									
										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(fd),
 | 
			
		||||
		Constant: int64(uint32(fd)),
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user