Fix compile error.

This commit is contained in:
Wilson Snyder 2020-10-14 07:31:22 -04:00
parent 79b1b07fcd
commit d4d3ae4dfc
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ int _mon_check_string() {
vpi_get_value(vh1, &v);
if (vpi_chk_error(&e)) { printf("%%vpi_chk_error : %s\n", e.message); }
(void)vpi_chk_error(nullptr);
(void)vpi_chk_error(NULL);
CHECK_RESULT_CSTR_STRIP(v.value.str, text_test_obs[i].initial);