mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Minor hashlib bugfix
This commit is contained in:
		
							parent
							
								
									3d9ff912c2
								
							
						
					
					
						commit
						a07f893a5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -156,7 +156,7 @@ struct hash_obj_ops { | |||
| 	} | ||||
| 	template<typename T> | ||||
| 	static inline unsigned int hash(const T *a) { | ||||
| 		return a->hash(); | ||||
| 		return a ? a->hash() : 0; | ||||
| 	} | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue