mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	using more portable formatting
This commit is contained in:
		
							parent
							
								
									0cd20693c2
								
							
						
					
					
						commit
						0098b32c6c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -168,7 +168,7 @@ namespace RTLIL | |||
| 			log_assert(p[1] != 0); | ||||
| 			for (const char *c = p; *c; c++) | ||||
| 				if ((unsigned)*c <= (unsigned)' ') | ||||
| 					log_error("Found control character or space (0x%02hhx) in string '%s' which is not allowed in RTLIL identifiers\n", *c, p); | ||||
| 					log_error("Found control character or space (0x%02x) in string '%s' which is not allowed in RTLIL identifiers\n", *c, p); | ||||
| 
 | ||||
| 		#ifndef YOSYS_NO_IDS_REFCNT | ||||
| 			if (global_free_idx_list_.empty()) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue