removed old comment
This commit is contained in:
parent
6ebee3b495
commit
86b27aef19
@ -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…
x
Reference in New Issue
Block a user