This commit is contained in:
ceriel 1987-02-06 10:03:18 +00:00
parent 010a311ab7
commit d3f3afa6e7

View file

@ -53,9 +53,8 @@ main(argc,argv)
}
if (p->em_type == EM_ERROR) {
error("EM_getinstr: %s", EM_error);
continue;
}
if (!EM_mkcalls(p)) {
else if (!EM_mkcalls(p)) {
error("EM_mkcalls: %s", EM_error);
}
p = EM_getinstr();