| version 1.100, Thu Jan 30 16:14:31 2003 UTC | version 1.101, Sat Feb 1 14:28:07 2003 UTC | ||
|---|---|---|---|
|
|
||
| fprintf(stderr,"Primitive %lx, %d of group %d used in this image at $%lx is not implemented by this\n engine (%s); executing this code will crash.\n", (long)-token, tok, group, (long)&image[i],PACKAGE_VERSION); | fprintf(stderr,"Primitive %lx, %d of group %d used in this image at $%lx is not implemented by this\n engine (%s); executing this code will crash.\n", (long)-token, tok, group, (long)&image[i],PACKAGE_VERSION); | ||
| } | } | ||
| } else { | } else { | ||
| // if base is > 0: 0 is a null reference so don't adjust | /* if base is > 0: 0 is a null reference so don't adjust*/ | ||
| if (token>=base) { | if (token>=base) { | ||
| image[i]+=(Cell)start; | image[i]+=(Cell)start; | ||
| } | } |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |