From 1e8986f8a77913d2decdd70a6a400b518e8401c5 Mon Sep 17 00:00:00 2001 From: Joppe Blondel Date: Fri, 9 Sep 2022 17:59:31 +0200 Subject: [PATCH] Fixed small bug in cosim.c Signed-off-by: Joppe Blondel --- examples/zynq7000/SIM/c/cosim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zynq7000/SIM/c/cosim.c b/examples/zynq7000/SIM/c/cosim.c index 115d52c..e1ff5da 100644 --- a/examples/zynq7000/SIM/c/cosim.c +++ b/examples/zynq7000/SIM/c/cosim.c @@ -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){