Fixed small bug in cosim.c
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
@ -40,7 +40,7 @@ int start_cosim(char * descr){
|
|||||||
|
|
||||||
void end_cosim(){
|
void end_cosim(){
|
||||||
close(fd);
|
close(fd);
|
||||||
fclose(log);
|
// fclose(log);
|
||||||
}
|
}
|
||||||
|
|
||||||
int wait_cosim(uint32_t * retaddr, uint32_t * time){
|
int wait_cosim(uint32_t * retaddr, uint32_t * time){
|
||||||
|
Reference in New Issue
Block a user