removed old comment
This commit is contained in:
parent
5b23cab8e9
commit
8a096ffacb
|
@ -82,13 +82,6 @@ main(argc,argv) char **argv; {
|
|||
"%s has unresolved references, cannot run it\n",file);
|
||||
exit(-1);
|
||||
}
|
||||
/*
|
||||
if ( header.h_psize!=EM_PSIZE) {
|
||||
fprintf(stderr,
|
||||
"%s cannot be interpreted on this machine\n",file);
|
||||
exit(-1);
|
||||
}
|
||||
*/
|
||||
if (tflg)
|
||||
flags[0] = tflg=='+' ? 't' : '-';
|
||||
else
|
||||
|
|
|
@ -82,13 +82,6 @@ main(argc,argv) char **argv; {
|
|||
"%s has unresolved references, cannot run it\n",file);
|
||||
exit(-1);
|
||||
}
|
||||
/*
|
||||
if ( header.h_psize!=EM_PSIZE) {
|
||||
fprintf(stderr,
|
||||
"%s cannot be interpreted on this machine\n",file);
|
||||
exit(-1);
|
||||
}
|
||||
*/
|
||||
if (tflg)
|
||||
flags[0] = tflg=='+' ? 't' : '-';
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue