Fixed small bug in cosim.c

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-09 17:59:31 +02:00
parent 346de9cdd4
commit 1e8986f8a7

View File

@ -40,7 +40,7 @@ int start_cosim(char * descr){
void end_cosim(){
close(fd);
fclose(log);
// fclose(log);
}
int wait_cosim(uint32_t * retaddr, uint32_t * time){