interim commit while adding vmprim.assertfail

This commit is contained in:
2018-11-03 14:05:37 +00:00
parent 4e1ad5b5b0
commit 8537f8a67f
7 changed files with 159 additions and 147 deletions

View File

@ -1193,6 +1193,7 @@ int main (int argc, char* argv[])
}
vmprim.log_write = log_write;
vmprim.syserrstrb = syserrstrb;
vmprim.assertfail = assert_fail;
vmprim.dl_open = dl_open;
vmprim.dl_close = dl_close;
vmprim.dl_getsym = dl_getsym;