mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	coolrunner2: remove spurious log_pop() call, fixes #1463
This was causing a segmentation fault because there is no accompanying log_push() call so header_count.size() became -1. Signed-off-by: Martin Pietryka <martin@pietryka.at>
This commit is contained in:
		
							parent
							
								
									c03b6a3e9c
								
							
						
					
					
						commit
						97b22413e5
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -194,8 +194,6 @@ struct SynthCoolrunner2Pass : public ScriptPass | |||
| 			if (!json_file.empty() || help_mode) | ||||
| 				run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str())); | ||||
| 		} | ||||
| 
 | ||||
| 		log_pop(); | ||||
| 	} | ||||
| } SynthCoolrunner2Pass; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue