Fixed double join in lxt2 writer.

This commit is contained in:
Gianluca Martino 2025-02-25 16:06:32 +01:00
parent 25104ca2a8
commit 60f5026ae4
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ static PLI_INT32 sys_dumpall_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
static void *close_dumpfile(void)
{
vcd_work_terminate();
lxt2_wr_close(dump_file);
dump_file = NULL;
return NULL;