mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Fix build error with clang
This commit is contained in:
		
							parent
							
								
									458a94059e
								
							
						
					
					
						commit
						a36d1701dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1199,7 +1199,7 @@ RTLIL::IdString AstModule::derive(RTLIL::Design *design, dict<RTLIL::IdString, R | ||||||
| 				new_subcell->set_bool_attribute("\\is_interface"); | 				new_subcell->set_bool_attribute("\\is_interface"); | ||||||
| 			} | 			} | ||||||
| 			else { | 			else { | ||||||
| 				log_error("No port with matching name found (%s) in %s. Stopping\n", log_id(intf.first), modname); | 				log_error("No port with matching name found (%s) in %s. Stopping\n", log_id(intf.first), modname.c_str()); | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue