bug fix
This commit is contained in:
parent
010a311ab7
commit
d3f3afa6e7
|
@ -53,9 +53,8 @@ main(argc,argv)
|
||||||
}
|
}
|
||||||
if (p->em_type == EM_ERROR) {
|
if (p->em_type == EM_ERROR) {
|
||||||
error("EM_getinstr: %s", EM_error);
|
error("EM_getinstr: %s", EM_error);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
if (!EM_mkcalls(p)) {
|
else if (!EM_mkcalls(p)) {
|
||||||
error("EM_mkcalls: %s", EM_error);
|
error("EM_mkcalls: %s", EM_error);
|
||||||
}
|
}
|
||||||
p = EM_getinstr();
|
p = EM_getinstr();
|
||||||
|
|
Loading…
Reference in a new issue