From 6f61cf2e4e31ea5c5bd20206c66a7bf54e950664 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 9 Jun 2008 11:29:41 -0700 Subject: [PATCH] A memory word is a number This will be cleaned up more once I finish all the compiletf routines, but for now this allows the test to pass. --- vpi/sys_fileio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vpi/sys_fileio.c b/vpi/sys_fileio.c index df07a2768..33962d3f5 100644 --- a/vpi/sys_fileio.c +++ b/vpi/sys_fileio.c @@ -205,6 +205,7 @@ static PLI_INT32 sys_fclose_calltf(PLI_BYTE8*name) case vpiReg: case vpiRealVal: case vpiIntegerVar: + case vpiMemoryWord: break; default: vpi_printf("ERROR: %s mcd parameter must be of integral type",