compiler SHHHHHHHHHHHH

SVN revision: 9471
This commit is contained in:
Carsten Haitzler 2004-03-25 07:03:00 +00:00
parent c1b170777d
commit 25af2e595c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ _embryo_program_init(Embryo_Program *ep, void *code)
Embryo_Cell *code;
code_size = hdr->dat - hdr->cod;
code = ep->code + (int)hdr->cod;
code = (Embryo_Cell *)((unsigned char *)ep->code + (int)hdr->cod);
for (cip = 0; cip < code_size; cip++) embryo_swap_32(&(code[cip]));
}
#endif